LinkButton
Override defaults with $.fn.linkbutton.defaults.
Usage Example
- <a href="#" id="btn" iconCls="icon-search">easyui</a>
- $('#btn').linkbutton({
- plain:true
- });
- $('#btn').linkbutton('disable');
- $('#btn').linkbutton('enable');
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 |