new LinkButton(config)
An enhanced button that opens a url when clicked.
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | Configuration for this object. The config supplied directly extends the control |
Extends
Members
buttonOptions
Properties:
Name | Type | Description |
---|---|---|
buttonOptions |
Object | Passed to the jQuery UI button constructor |
- Inherited From:
id
Properties:
Name | Type | Description |
---|---|---|
id |
string | The id for this control |
- Inherited From:
linkUrl
Properties:
Name | Type | Description |
---|---|---|
linkUrl |
string | The url to open when this button is clicked |
map
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
map |
Object |
<nullable> |
The map for this control |
- Inherited From:
Methods
buttonClickedHandler(eventArgs)
Called when the button is clicked. Opens the url.
Parameters:
Name | Type | Description |
---|---|---|
eventArgs |
Object | The event arguments |
- Overrides: