Page 1 of 1

Making a word as hyperlink in a label

Posted: Sat May 02, 2015 12:22 pm
by Mahima Bhatnagar

Can a word be made as a hyperlink inside a label, where the label contains a long paragraph?

I am making a dictionary kind of app, where I have put a long paragraph inside a label. What I need is whether I can make just one word, and not the whole paragraph, as a hyperlink, so that when I will click on the word it should redirect me to a tab inside the page.


Making a word as hyperlink in a label

Posted: Sun May 03, 2015 6:10 am
by Alena Prykhodko

Hello,

In this case better to use Link component https://devcenter.appery.io/documenta... .

Also this should be possible with JavaScript methods. Please search online for appropriate solution.