08-22-2012 10:27 AM - edited 08-22-2012 10:27 AM
I am trying to create a UI for a list of micro blog content, and it would be grate to display multi-line rich text that has some icons inside text lines.
So far, i do not see a multi-line label, I searched this forum, it is said to be supported in the future.
And would rich text also be supported in the future?
Thanks,
Dong
Solved! Go to Solution.
08-22-2012 02:37 PM
Hi there,
Indeed, currently this is not supported. An alternative solution would be to use a WebView component using HTML5 to control what is displayed; Have you looked at the WebView component?
Martin
08-23-2012 10:02 PM
08-24-2012 11:13 AM
There is a feature request related to a customizeable rich textfield; I would recommend voting for it here:
https://www.blackberry.com/jira/browse/BBTEN-184
Thanks!
Martin
08-24-2012 01:17 PM
Its also on the top of the list for the cascades road map for september.
10-05-2012 12:04 PM
Has anyone discovered how to use it since the Beta 3?
It were in the Roadmap, it is mentioned in the Release notes, but I'm unable to discover it how to use it.
Is it a new control, have I to enable it at a Label or have I to use TextArea?
The only thing I were able to find was: inputMode: TextAreaInputMode.Chat at TextArea. But thats not the same. ![]()
10-06-2012 05:35 PM
Okay, finally a solution:
Use TextArea, wrap your text into <html> </html> tags and make your text bold using <b> </b>.
Hope this helps someone! ![]()