cancel
Showing results for 
Search instead for 
Did you mean: 

Design studio- Convert text into clickable url

0 Kudos

Hello Design studio Community,

I have created one design studio application. i dragged a text component into the application . i want to convert it to the  hyperlink.Text component act as as a hyperlink.

Below i am mentioning the url ,which should  act as a hyperlink

("sapbi://OpenDoc/?authType=secEnterprise&default=yes&connection_name=Sapbi&server_url=<server ip:port&ConnectionType=BOEConnection&cms=localhost&type=webi&iDocID=<id>&reportPageNumber=0&sReportName=");

Any possibility to convert it into the hyperlink. ??
Please help on this .

Thanks in Advance

Regards,

Hari

Accepted Solutions (0)

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Not sure I follow

Have you looked at the Design Studio tutorials?

Could you add text on a button and make that causes the action to open the URL

0 Kudos

Hi Tammy ,

thanks for your suggestion

but to test a  particular scenario i want a hyperlink in the application . not in the button .  so i thought to convert a text component to the hyperlink .

Thanks and Regards,

Hari

TammyPowlas
Active Contributor
0 Kudos

What about adding something like this to the On Click event property:

My example opens sap.com -

Former Member
0 Kudos

Hi Hariprasad,

You can use any text component and open the URL bij using the APPLICATION.OpenNewWindow command in the OnClick of that component.

Kind regards,

Sjoerd

0 Kudos

hi Tammy

i tried with application.opennewwindow();.but its not working in ipad ios7.

i want the url should act as a link.

Thanks

hari

0 Kudos

Hi Van middelkop,

i tried with application.opennewwindow();.but its not working in ipad ios7.

i want the url should act as a link.

Former Member
0 Kudos

Then check here:

0 Kudos

Hi victor,

Thanks for the link,

I am also facing the same issue .so i am trying to check with direct call instead of making the onclick () call  in the design studio application.

I am looking for the code to convert the text file .

Thanks,

Hari