SplitButton
Represents a split button control.
Features
Menu Items

Orientation

Repeat

Advanced
JavaScript Widget
Item
Description
Last updated
Was this helpful?
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.
For a full list of properties, methods and events see the API documentation.
The SplitButton features a dropdown that displays a list of selectable options.

The SplitButton control can be configured to show the dropdown button horizontally or vertically.

The Repeat functionality allows a SplitButton to raise its Click event repeatedly from the time it is pressed until released.

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

