Rich Text Editor in Community, How to display?

Confluence User - 02 Aug, 2017

Hello Goodnight.
Until now we have been doing implementations in the Joget Cloud, however for a non-profit entity we must make an implementation directly in the community version and we are having some problems since we do not have the elements that were present in the commercial version.

In particular, we would like to ask about the RTF editor. We have already obtained some open source editors in javascript (for example https://www.tinymce.com/docs/demo/basic-example/), however we would like to ask what is the best way to display the html in later steps of the process ? Any ideas?

rtf;html;rich;format;editor;display

3


03 Aug, 2017
confluenceUser
confluenceUser

I think you can put your script obtained into Custom HTML element. That should do the trick!

Cheers

04 Aug, 2017
confluenceUser
confluenceUser

Hi, ok the editor script can be included by that way. My question is, once it has been deployed and executed, what would be the most efficient way to show the user the "definitive view" of what he wrote in the editor on the next process form? Can I directly return a string that has a segment of HTML code to a custom HTML and it displays it well? Or does the custom html display the entire string with labels as if it were plain text?

04 Aug, 2017
confluenceUser
confluenceUser

Yes I think you can. Just use form hash variable in a custom html to print them out and they will render as HTML.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print