PromptBoxActionButtonComponent
Defines the Action button component for the PromptBox. Used to send messages or stop ongoing operations.
<kendo-promptbox>
<kendo-promptbox-end-affix>
<kendo-promptbox-action-button></kendo-promptbox-action-button>
</kendo-promptbox-end-affix>
</kendo-promptbox>
Selector
kendo-promptbox-action-button
Export Name
Accessible in templates as #kendoPromptBoxActionButtonInstance="kendoPromptBoxActionButton"
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
disabled |
|
Sets the disabled state of the button. | |
fillMode |
|
Sets the background and border styles of the button. | |
icon |
|
Sets the name of an existing font icon in the Kendo UI theme for the button. | |
iconClass |
|
Defines a CSS class, or multiple classes separated by spaces, applied to a span element inside the button. | |
imageUrl |
|
Specifies a URL for an img element inside the button. | |
loading |
|
|
Sets the loading state of the Action button. |
loadingIcon |
|
|
Sets the icon to be displayed when the Action button is in loading state. |
loadingSVGIcon |
|
|
Sets the SVG icon to be displayed when the Action button is in loading state. |
rounded |
|
Sets the border radius of the button. | |
size |
|
Sets the padding of the button. | |
svgIcon |
|
Sets the SVG icon for the tool button. | |
themeColor |
|
Sets a predefined theme color for the button. | |
title |
|
Sets the title attribute of the button. |