11-21-2012 12:14 PM
In one of the beta release, Label could now handle some html content within its text data:
Label.setText("<html><p>asdf</p></html>")
But i haven't been able to find which html tags are supported...anyone saw a document regarding the supported tags or knows what are the supported tags?
<ul> and <h1> <h...> tags do not seem to work.
Solved! Go to Solution.
11-21-2012 12:25 PM
11-21-2012 08:15 PM
thanks Peter...will wait for the next beta release ... hopefully the one on the 29th November!
11-26-2012 05:04 PM
The supported tags are:
<a>
<b>
<br/>
<i>
<span>
<p>
<div>
<em>
<strong>
And the supported CSS Properties are:
background-color
color
direction
font-size
font-style
font-weight
line-height
text-align
text-decoration
letter-spacing.
I hope to have a blog post up shortly with more details and examples.