how to show CKEditor text in document template.

0
Hii I added CKEditor in one section of my project where admin added text using CKEditor and I have one page where  customer fill all personal details and select one class on the basis of selected class it takes text and I have one button onclick of that button it generates pdf using microflow so how to add CKEditor text on document template or there is any other way to store exact text editor content in attribute and display in document template.
asked
1 answers
1

In the document template, you can assign the String attribute that is used in your CKEditor widget. All you need to do then is enable the render XHTML option. See also https://docs.mendix.com/refguide/dynamic-label-document-template#2-2-render-xhtml

answered