Is there a way that you can get a hold of an embedded picture in a RTField with Java Script and display it using HTML?
I am building an XPage application that looks up to a Notes application of records with embedded pictures (not attachments) on them. It would take a great deal of work to detach and re-attach as attachments as this would be the simplest solution.
Also I can display the pictures by binding them to an xp:inputRichText control but unfortunately this cannot be used in customised TypeAhead control.
Any suggestions most welcome.