Window caption html enabled

Hello,

Is it possible to put html code in the caption for the window tag?
I would like to add a
into the caption.
How?

this.getWindow().setCaption(“Start a new task
XYZ”);

Jmix version: 1.5.5
Jmix Studio plugin version: 2.3.3-242

Hello,

You can use the \n character to break a line.

Regards,
Nikita

Hi Nikita,

I’ve already tried with \n and the line break tag.
<window xmlns="http://jmix.io/schema/ui/window" caption="this is a \n test">

<window xmlns="http://jmix.io/schema/ui/window" caption="this is a <br/> test">

They are both not working!