Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
colombus
Posts: 262
Registered: ‎06-04-2009

HyperLInk implementation

Hi

 I want to implement an Rich text field containing normal text and a hyperlink. The hyperlink can come any where it can come at the end of the text or in between the text.

 

It should look like as given below

This is a test for hyperlink. this will go to some text.

 

can i implement such a richtext field with a hyperlink ?? I

 

 

Please use plain text.
Developer
yosoh
Posts: 213
Registered: ‎07-18-2008

Re: HyperLInk implementation

you do it directly using ActiveAutoTextEditField. Also take a look at this thread:

 

http://supportforums.blackberry.com/t5/Java-Development/Make-an-email-label-clickable/m-p/19496#M65

--------------------------------------------------
problemSolved() ? kudosPlease():kudosPlease();
Please use plain text.