Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

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);