LinkButton
Override defaults with $.fn.linkbutton.defaults.
Usage Example
Properties
| Name | Type | Description | Default |
|---|---|---|---|
| id | string | The id attribute of this component. | null |
| disabled | boolean | True to disable the button | false |
| plain | boolean | True to show a plain effect. | false |
| text | string | The button text. | '' |
| iconCls | string | A CSS class to display a 16x16 icon on left. | null |
Methods
| Name | Parameter | Description |
|---|---|---|
| options | none | Return options property. |
| disable | none | Disable the button |
| enable | none | Enable the button |