Hi,
Using the Rich Text Editor Plugin to call fn!richTextField() and have user enter Rich Text, saving that
I want to display the Entered Rich text as read only in a Grid, Can this be done?
I was using a!gridColumn() and trying to call fn!richTextField() directly but this is not working.
Also tried using a!richTextDisplayField() to call a!richTextItem() but this doesn't seem to work either. Any help would be appreciated.
Discussion posts and replies are publicly visible
What gets stored in the back-end as a result of user input into the Rich Text Field plug-in? If it stores HTML rich text for example, then you could look into parsing and displaying it using the Appian richTextDisplay component family. There wouldn't be a way to use the plug-in rich text stuff within a Grid, since it's not out-of-the-box functionality.