ToolBarSplitButtonComponent
Represents the Kendo UI ToolBar SplitButton for Angular.
Selector
kendo-toolbar-splitbutton
Export Name
Accessible in templates as #kendoToolBarSplitButtonInstance="kendoToolBarSplitButton"
Inputs
Name | Type | Default | Description |
---|---|---|---|
arrowButtonClass |
|
The CSS classes that will be rendered on the button which opens the popup.
Supports the type of values that are supported by | |
arrowButtonIcon |
|
Specifies the name of the font icon that will be rendered for the button which opens the popup. | |
arrowButtonSvgIcon |
|
Specifies the | |
buttonClass |
|
The CSS classes that will be rendered on the main button.
Supports the type of values that are supported by | |
data |
|
Sets the data of the SplitButton (see example).
| |
disabled |
|
When set to | |
fillMode |
|
The fillMode property specifies the background and border styles of the Button. The available values are:
| |
icon |
|
Defines the icon that will be rendered next to the button text (see example). | |
iconClass |
|
Defines an icon with a custom CSS class that will be rendered next to the button text. | |
imageUrl |
|
Defines the location of an image that will be displayed next to the button text. | |
popupSettings |
|
Configures the popup of the SplitButton. The available options are:
| |
showIcon |
|
Specifies where button icon should be displayed | |
showText |
|
Specifies where button text should be displayed | |
svgIcon |
|
Defines an SVGIcon to be rendered within the main button. The input can take either an existing Kendo SVG icon or a custom one. | |
text |
|
Sets the text of the SplitButton (see example. | |
textField |
|
Configures the text field of the button-list popup. | |
themeColor |
|
The Button allows you to specify predefined theme colors. The theme color will be applied as a background and border color while also amending the text color accordingly. The possible values are:
|
Events
Name | Type | Description |
---|---|---|
buttonClick |
|
Fires each time the user clicks the main button. |
close |
|
Fires each time the popup is about to close. This event is preventable. If you cancel the event, the popup will remain open. |
itemClick |
|
Fires each time the user clicks the drop-down list. The event data contains the data item that is bound to the clicked list item. |
open |
|
Fires each time the popup is about to open. This event is preventable. If you cancel the event, the popup will remain closed. |