Question
how to convert the old text.htmlText to the new TLF format?
Hi,
... we store in the database htmlText, which were created with the old RichTextEditor... and nowadays we moved to the new TLF.
The problem is that on the client side I can't import a bit more complex text to a textflow, which one was created with the old RichTextEditor.
textFlow = TextFilter.importToFlow(htmlText, TextFilter.HTML_FORMAT)
.... I'm interested in any kind of solution. 😃
thx
