SplitButton

Represents a split button control.

The Split Button is a composite control with which the user can select a default value bound to a primary button, or select from a list of mutually exclusive values displayed in a drop-down list bound to a secondary button.

For a full list of properties, methods and events see the API documentation.

Features

The SplitButton features a dropdown that allows the user to pick one of the listed options.

Orientation

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

Repeat

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

Advanced

JavaScript Widget

ItemDescription

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