Link Button
Button that redirects to a web location when clicked.
Demo
Basic example
Attributes
Attribute | Type | Description |
---|---|---|
type | string | Type expected is linkButton. |
See section Common attributes.
Extra attributes
Attribute | Type | Description |
---|---|---|
url | string | URL to go when click. |
target | string | Native link target: _self , _blank , etc... |
tooltip | string | Hover text to show |
When to use it
Provides same functionality as Link with property showAsButton
set to true.