SplitButton
Represents a split button control.
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.
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.

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
Last updated
Was this helpful?