Bind pre-formatted html to label/view

I am trying to bind some html to an element within a window, what is the best way?

I have been trying a bunch of different approaches. Views, Labels, text etc.

When a record is chosen on a list I am passing the object to the popup window and I want to display one of the values which is formatted text.

Any ideas?

Hello,

To add formatting to the displayed values, you can define a template
Please check the sample: Code Snippet

https://docs.webix.com/desktop__html_templates.html#dataitemvalue

Ah yes, the font inherit style there is key. I was looking at the

 tag but didn’t like the font it created. Thanks for the help.