<kendo:fileManager-dialogs-moveConfirm>

Configures the Move (when drag/drop action is performed) dialog - kendoConfirm

Example

<kendo:fileManager-dialogs>
    <kendo:fileManager-dialogs-moveConfirm></kendo:fileManager-dialogs-moveConfirm>
</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-moveConfirm closable="closable">
</kendo:fileManager-dialogs-moveConfirm>

content java.lang.String

Specifies the content of a Dialog.

Example

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

title java.lang.String

The text in the dialog title bar.

Example

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

width float

Specifies width of the dialog.

Example

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

Configuration JSP Tags

kendo:fileManager-dialogs-moveConfirm-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-moveConfirm-actions.

Example

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