Extend from $.fn.linkbutton.defaults. Override defaults with $.fn.splitbutton.defaults.
The properties extend from linkbutton, below is the added properties for splitbutton.
Name | Type | Description | Default |
---|---|---|---|
plain | boolean | True to show plain effect. | true |
menu | string | A selector to create a corresponding menu. | null |
duration | number | Defines duration time in milliseconds to show menu when hovering the button. | 100 |
Name | Parameter | Description |
---|---|---|
options | none | Return the options object. |
disable | none | Disable the splitbutton. |
enable | none | Enable the splitbutton. |
destroy | none | Destroy the splitbutton. |