cancel
Showing results for 
Search instead for 
Did you mean: 

Create link in multilined text

Former Member
0 Kudos

Hi All

Need your help again

"This information is not viewable outside of Company. Please refer to the FAQ’s for the attributes that are public and voluntary, and how to update or withdraw this information."

In the above mentioned text (dummy), i need to make "FAQ's" as link. Similar to anchor tag in html.

One of the way could be put "This......... refer to the" in one textview then "FAQ's " as link to action and then again "for" in next textview and then from "the attributes ................. Information in other text.

Is there any other way ? Please suggest

Helpful answers will rewarded

Regards

Sonal Mangla

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If you have FormattedTextView element in your release, use it.

Otherwise, compose text from TextView and LinkTo{Action,URL} elements inside a TransparentContainer as a workaround.

Armin

Former Member
0 Kudos

Hai Sonal,

you can do this by using

/people/valery.silaev/blog/2005/11/23/display-formatted-text-using-webdynpro-for-java

regards,

Naga

former_member189631
Active Contributor
0 Kudos

Hi Sonal Mangla,

This is Possible with a UI element Called Container.

Container is an Empty UI element Which can Hold More than one

UI elements with in (eg: Link To Action,Text View) .

I suggest u to Create a Container and U can place your textview and link to action

ant set the text Property According to ur requirement. You can also adjust

the Container By setting Colcount Layout and Properties,

Regards,

Ramganesan K.