Hello together, I would like to separately style words in one textbox. (Using Mendix 7.23.7) E.g I have the statement in my text box: Customer: {CustomerNo} I want to style the “Customer” in a different way than the “{CustomerNo}” I am familiar with styling in Mendix in general. Is this possible with Mendix? A workaround would be to use separate textboxes, but this messes up the alignment and paragraphs. Thanks in advance! Jan
asked
Jan Weidemüller
1 answers
1
not using the default text widget.
You can:
use the HTML snippet
Use multiple text widgets. With the correct classes (or actually use none or equal for all widgets) this should be no problem