<kendo:fileManager-dialogs-renamePrompt-action>
A collection of objects containing text, action and primary attributes used to specify the dialog buttons.
Example
<kendo:fileManager-dialogs-renamePrompt-actions>
<kendo:fileManager-dialogs-renamePrompt-action></kendo:fileManager-dialogs-renamePrompt-action>
</kendo:fileManager-dialogs-renamePrompt-actions>
Configuration Attributes
action java.lang.String
The callback function to be called after pressing the action button.
Example
<kendo:fileManager-dialogs-renamePrompt-action action="action">
</kendo:fileManager-dialogs-renamePrompt-action>
primary boolean
A boolean property indicating whether the action button will be decorated as primary button or not.
Example
<kendo:fileManager-dialogs-renamePrompt-action primary="primary">
</kendo:fileManager-dialogs-renamePrompt-action>
text java.lang.String
The text to be shown in the action's button.
Example
<kendo:fileManager-dialogs-renamePrompt-action text="text">
</kendo:fileManager-dialogs-renamePrompt-action>
Event Attributes
action String
The callback function to be called after pressing the action button.
Example
<kendo:fileManager-dialogs-renamePrompt-action action="handle_action">
</kendo:fileManager-dialogs-renamePrompt-action>
<script>
function handle_action(e) {
// Code to handle the action event.
}
</script>
Event Tags
kendo:fileManager-dialogs-renamePrompt-action-action
The callback function to be called after pressing the action button.
Example
<kendo:fileManager-dialogs-renamePrompt-action>
<kendo:fileManager-dialogs-renamePrompt-action-action>
<script>
function(e) {
// Code to handle the action event.
}
</script>
</kendo:fileManager-dialogs-renamePrompt-action-action>
</kendo:fileManager-dialogs-renamePrompt-action>