Hi,
I want to display multiline text based on a query. This text should have a color (hard coded) when exported to PDF.
Currently (v6.3.1), the HTML panel supports only bold and underline tags, but no font formating tags (size or color).
As alternative, I used in previous version (6.2.x) the *single value* panel with a classField option mapping to "severe" for example to get big red text. I could also include in the text <br/> tags to create multilines in the PDF output, but in the latest version (6.3.1) they are escaped and do not create the multilines.
Any ideas how to enable such tags? (I'm ready to hack the pdf python scripts if necessary!)
↧