Undo
Redo
Cut
Copy
Paste
Delete
Select All
...
$('#mb').menubutton({ iconCls: 'icon-edit', menu: '#mm'});
## Properties
The properties extend from linkbutton, below are the properties added by menubutton.
| Name | Type | Description | Default |
| :--- | :--- | :--- | :--- |
| plain | boolean | If set to true, display a plain effect. | true |
| menu | string | The selector used to find the corresponding menu. | null |
| duration | number | Defines the duration in milliseconds to show the menu when hovering over the button. | 100 |
## Methods
The methods extend from linkbutton, below are the methods added or overridden by menubutton.
| Name | Parameter | Description |
| :--- | :--- | :--- |
| options | none | Return the options object. |
| disable | none | Disable the menubutton. |
| enable | none | Enable the menubutton. |
| destroy | none | Destroy the menubutton. |
* * jQuery EasyUI Plugin](http:
YouTip