Expand my Community achievements bar.

Put hyperlink in textbox field

Avatar

Level 2

How can you put hyperlink in text using Textbox field? Is there an example that shows how to do?

Any help is greatly appreciated.

1 Reply

Avatar

Level 2

Found the code. This will work if you have Button inside the Text field or on the Button object.

----- form1.#subform[0].Button1::click: - (JavaScript, client) -------------------------------------

app.launchURL("http://google.com"

, true);