Hyperlink
Overview
A visible component which creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.
Component Properties
| Property | Description |
|---|---|
| Text | The text to be display on the link. |
| URL | The URL to redirect. |
| Target | Where to display the linked URL, as the name for a browsing context (a tab, window, or ). The following keywords have special meanings for where to load the URL: |
- default: The current browsing context or tab.
- new context: Usually a new tab, but users can configure browsers to open a new window instead |
Blocks
Properties
text
Accepts: String | Number | Boolean
Sets the hyperlink text
loading block...
text
Returns: String
Gets the hyperlink text
loading block...
target
Accepts: String
Sets the hyperlink target. Valid values are default and new context.
loading block...
target
Returns: String
Get the hyperlink target
loading block...
url
Accepts: String
Sets the URL of hyperlink
loading block...
url
Returns: String
Get the hyperlink url
loading block...
hide
Accepts: Boolean
Hides the component if the input is true and shows it if the input is false
loading block...
hidden
Returns: Boolean
Returns true if the component is hidden and false if it is not
loading block...