Add external CSS classes
Posted: Wed Oct 26, 2022 11:44 am
Hello,
I am using the text editor QuillJs to design some part of my report. Unfortunately, the editor produces custom classes in the final HTML that can't be interpreted by Stimulsoft.
Here is an example of the produced HTML :
I would like to know if there is a way to add custom CSS classes (by using a config file for example ?) in Stimulsoft, in order for the report to understand and render properly these classes ?
Best regards,
Réda.
I am using the text editor QuillJs to design some part of my report. Unfortunately, the editor produces custom classes in the final HTML that can't be interpreted by Stimulsoft.
Here is an example of the produced HTML :
Code: Select all
<p><span class="ql-size-huge" style="color: rgb(3, 139, 255);">Hello there !</span></p><p><br></p><p class="ql-indent-1"><strong>Hello World !</strong></p><p class="ql-indent-1"><br></p>
Best regards,
Réda.