mini.Button
按钮。能设置文本、图标、下拉菜单等。
Extend
mini.Control
Usage
<a class="mini-button" iconCls="icon-edit" onclick="onClick">Edit</a>
Screenshots
Examples
Button
MenuButton
RadioButton
Toolbar
Properties
Name | Type | Description | Default |
Set? | Get? | Tag? |
text |
String |
按钮文本 |
|
√ |
√ |
√ |
iconCls |
String |
按钮图标类 |
|
√ |
√ |
√ |
iconStyle |
String |
按钮图标样式 |
|
√ |
√ |
√ |
href |
String |
超链接地址 |
|
√ |
√ |
√ |
target |
String |
超链接弹出方式。" |
|
√ |
√ |
√ |
plain |
Boolean |
背景透明 |
false |
√ |
√ |
√ |
checked |
Boolean |
是否选中 |
|
√ |
√ |
√ |
checkOnClick |
Boolean |
点击时是否自动选中 |
|
√ |
√ |
√ |
groupName |
String |
菜单项组名称。设置后,会单选菜单项组。 |
|
√ |
√ |
√ |
Methods
Name | Parameter | Description | Return |
doClick() |
|
主动激发click事件。 |
|
Events
Name | EventObject | Description |
click |
|
按钮点击时发生 |
checkedchanged |
|
按钮选择变化时发生 |
mini.MenuButton
菜单按钮。
Properties
mini.SplitButton
Properties