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.

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

Features

The SplitButton features a dropdown that displays a list of selectable options.

SplitButton control showing dropdown menu with selectable options

Orientation

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

SplitButton control demonstrating horizontal and vertical orientations

Repeat

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

Animated demonstration of SplitButton repeat functionality

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.

Last updated

Was this helpful?