Rajkiran
Rajkiran

Reputation: 259

How to display HTML in RichTextField on blackberry?

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

Answers (2)

donturner
donturner

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

Suresh Kerai
Suresh Kerai

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

Related Questions