Rich Text - render issue in mendix document template

0
Hi Everyone,   I am using Rich Text (V3.3.1) which has custom toolbar (Basic style and list). List provide an option to use multiple types of bullet.   Code generated by Rich Text: <ul style=\"list-style-type: circle;\">\n   <li>Test1</li>\n  </ul>   NOTE:  I have  the code from converted html to xhtml to render smoothly in mendix document template. It works fine with single bullet type.   XHTML don't understand list-style-type. Could you kindly suggest or guide me. So that multiple list type can run/work  in document generation  
asked
1 answers
1

Hi Prakash,

before passing content string to document template,  you can change your content sting and remove those unsupported style by replace function

or alternatively you can use new PDF generation module which could give PDF of whole page if that fits into requirement

answered