cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create Hyperlink?

Former Member
0 Kudos

Example:-

Please click on this link to go to Google.

When they click on the word "link", it'll open a new window and redirect to that website.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Make use of LinkTo URL UI element.

The URL is given in property reference

Regards

Ayyapparaj

Former Member
0 Kudos

Ayyapparaj, I used LinkToURL but the word is not highlighted in blue color. You know normally when there is hyperlink, it's underlink and highlighted with blue color. But LinkToURL only show it as black color.

Can I configure it to become blue also?

Former Member
0 Kudos

Hi,

Try to change the property navigational and see it it suits your requirement or not.

Regards

Ayyapparaj

Former Member
0 Kudos

Thanks Ayyapparaj.

Is it possible to make the error message that we created in message pool to be a hyperlink also?

Former Member
0 Kudos

Hi Shreya

If you perform any action then Go for LinkToAction , You define cretae one action and bind it to LinkToAction. In the action get message from Message Pool using WDMessageManager class.

LinkToURL only navigating to URL.

Rgds

-SS

Former Member
0 Kudos

SS, thanks for your feedback.

I'm not familiar with LinkToAction element. Do you have any websites example/tutorial that I can refer on this element?

Former Member
0 Kudos

Hi,

Why you need to do this when an UI component can satisfy your requirement with out any coding. In Link to action you have to write code to do the operation of navigating to the URL.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Shreya

Go to the below link

/docs/DOC-8661#section13 [original link is broken]

under Designing User Interfaces

Designing User Interfaces with Web Dynpro

Download the PDF and all UI elements functionality available.

Rgds

-SS