SplitButton
The SplitButton is a composite control that combines a primary button with a default value and a secondary button displaying a drop-down list of mutually exclusive options.
info
For a full list of properties, methods and events see the API documentation.
Features
Menu Items
The SplitButton features a dropdown that displays a list of selectable options.
Orientation
The SplitButton control can be configured to show the dropdown button horizontally or vertically.
Repeat
The Repeat functionality allows a SplitButton to raise its Click event repeatedly from the time it is pressed until released.
-b61a38638df91c2cf38552b26fe9f38e.gif)
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.SplitButton" |
| Theme appearance | "splitbutton", see Themes. |
| Child components | "button", "arrow" is the dropdown icon on the button. See JavaScript. |
| Source code | https://github.com/iceteagroup/wisej-js |