SplitButtonProps
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
| Specifies the | |
buttonClass? |
| Sets the | |
className? |
| Sets the | |
dir? |
| Sets the direction of the component. | |
disabled? |
| Determines whether the component is disabled (see example). | |
fillMode? |
|
| Configures the The available options are:
|
icon? |
| Defines an icon that will be rendered next to the main button text (see example). | |
iconClass? |
| Defines an icon with a custom CSS class that will be rendered next to the main button text (see example). | |
imageUrl? |
| Defines the location of an image that will be displayed next to the main button text (see example). | |
item? |
| Defines a named slot | |
itemRender? |
| Fires when a dropdown list button item is about to be rendered. Use it to override the default appearance of the list items.
if | |
items? |
| Specifies the list items (see example). | |
look? |
| Changes the visual appearance by using alternative styling options (see example). | |
opened? |
| Opens the popup of the SplitButton if set to | |
popupSettings? |
| Configures the popup (see example). | |
rounded? |
|
| Configures the The available options are:
|
shape? |
|
| Configures the The available options are:
|
size? |
|
| Configures the The available options are:
|
tabIndex? |
| Specifies the | |
text? |
| Specifies the text of the main button (see example). | |
textField? |
| Configures the field that will be used for the text of the | |
themeColor? |
|
| Configures the The available options are:
|
Methods
onBlur | ||||||
---|---|---|---|---|---|---|
Fires when the component is blurred (see example). | ||||||
|
onButtonclick | ||||||
---|---|---|---|---|---|---|
Fires when the main button is clicked (see example). | ||||||
|
onClose | ||||||
---|---|---|---|---|---|---|
Fires when the popup which contains the items is closed (see example). | ||||||
|
onFocus | ||||||
---|---|---|---|---|---|---|
Fires when the component is focused (see example). | ||||||
|
onItemclick | ||||||
---|---|---|---|---|---|---|
Fires when an item is clicked (see example). | ||||||
|
onOpen | ||||||
---|---|---|---|---|---|---|
Fires when the popup which contains the items is opened (see example). | ||||||
|