Hi,
is it possible to set raw HTML for a control? We want to display dynamic content which can contain e.g. HTML links.
In this examples the result should be a bold label, but the control is encoding the content (JSBin).
Example 1
var label1= view.byId("label1"); label1.setText("<b>test</b>");
Example 2
<Label id="label2" text="<b>test</b>" />
Thanks