Hyperlink
Description
The Hyperlink control can be used to add an HTML link that opens another page or external URL in he web browser.
Discussion
Use server-side or client-side expressions to enable, disable, show, hide, or apply security restrictions to the Hyperlink control.
- Name
- Description
- Disabling a Hyperlink - A Behind the Scenes Look At How The UX Binds Events.xml
A user wrote about a case where he had a hyperlink control on a UX component. The hyperlink had an click event which displayed an alert and then 'disabled' the hyperlink by calling the .setDiabled() method of the UX component.
See Also