Hi,
How can we convert the data from HippoHtml to String in Freemarker or Java?
<@ hst.html hippohtml=document.html />
This gives the html content, but I want to fetch String data from the same RichTextEditor field.
Thanks,
Bharat
Hi,
How can we convert the data from HippoHtml to String in Freemarker or Java?
<@ hst.html hippohtml=document.html />
This gives the html content, but I want to fetch String data from the same RichTextEditor field.
Thanks,
Bharat
The thing is, there is only html content. The rich text is represented by a node with a property that contains html. This html needs to be processed because internal links and such are determined render time. There is no plain string representation of that data.