<kendo:fileManager-dialogs-renamePrompt>

Configures the Rename dialog - kendoPrompt

Example

<kendo:fileManager-dialogs>
    <kendo:fileManager-dialogs-renamePrompt></kendo:fileManager-dialogs-renamePrompt>
</kendo:fileManager-dialogs>

Configuration Attributes

closable boolean

Specifies whether a close button should be rendered at the top corner of the dialog.

Example

<kendo:fileManager-dialogs-renamePrompt closable="closable">
</kendo:fileManager-dialogs-renamePrompt>

content java.lang.String

Specifies the content of a Dialog.

Example

<kendo:fileManager-dialogs-renamePrompt content="content">
</kendo:fileManager-dialogs-renamePrompt>

title java.lang.String

The text in the dialog title bar.

Example

<kendo:fileManager-dialogs-renamePrompt title="title">
</kendo:fileManager-dialogs-renamePrompt>

width float

Specifies width of the dialog.

Example

<kendo:fileManager-dialogs-renamePrompt width="width">
</kendo:fileManager-dialogs-renamePrompt>

Configuration JSP Tags

kendo:fileManager-dialogs-renamePrompt-actions

A collection of objects containing text, action and primary attributes used to specify the dialog buttons.

More documentation is available at kendo:fileManager-dialogs-renamePrompt-actions.

Example

<kendo:fileManager-dialogs-renamePrompt>
    <kendo:fileManager-dialogs-renamePrompt-actions></kendo:fileManager-dialogs-renamePrompt-actions>
</kendo:fileManager-dialogs-renamePrompt>
In this article
Not finding the help you need?