I'm working on some legacy HTML-rendered forms containing rich text.
It looks as though the NotesRichTextItem ConvertToHTML method has been removed from Domino versions 11 onward. I can do a workaround injecting javascript into my page then fetching the notes rich text using ?OpenField
url command however this produces font
tags and all sorts of deprecated html. What I'm missing is the ConvertToHTML options parameter (see HCL documentation here).
Is there an alternative way of getting a rich text field rendered into HTML? As an aside does anyone know why this was removed from later versions of Domino?