Reputation: 259
I have simple HTML
<p>simple text</p>
<p>simple text</p>
I want to display it in RichTextField . How to do this???
Upvotes: 1
Views: 1022
Reputation: 19176
Sounds like you need a custom class to parse your HTML. There is a useful class called HTMLTextField from the BB developer forums here
Upvotes: 0
Reputation: 921
old discuss say you have to parse Html text. http://supportforums.blackberry.com/t5/Java-Development/Displaying-HTML-Data-in-TextField-RichTextField/td-p/1298771,
But you can also user BrowserField instate on RichTextField it will work proper.
Upvotes: 1