Actions
configurationA collection of objects containing text, action and primary attributes used to specify the dialog buttons.
actions
Arrayactions.action
FunctionThe callback function to be called after pressing the action button.
actions.cssClass
StringAdds a custom class to the action button.
actions.fillMode
StringControls how the color is applied to the button. Valid values are: "solid", "outline", "flat", "link", and "none". Default value is "solid".
Default: 'solid'
actions.icon
StringDefines a name of an existing icon in the Kendo UI theme sprite. The icon will be applied as background image of a span element inside the action button.
For a list of available icon names, please refer to the List of Icons.
actions.iconClass
StringDefines a CSS class - or multiple classes separated by spaced - which are applied to a span element inside the action button. Allows the usage of custom icons.
actions.primary
BooleanA boolean property indicating whether the action button will be decorated as primary button or not.
actions.rounded
StringControls what border radius is applied to an action button. Valid values are: "small", "medium", "large", "full", and "none". Default value is "medium".
Default: 'medium'
actions.size
StringControls the overall physical size of an action button. Valid values are: "small", "medium", "large", and "none". Default value is "medium".
Default: 'medium'
actions.text
StringThe text to be shown in the action's button.
actions.themeColor
StringControls the main color applied to the action button. Valid values are: "base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse", and "none". Default value is "base".
Default: 'secondary'