<kendo:fileManager-dialogs-deleteConfirm>

Configures the Delete dialog - kendoConfirm

Example

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

content java.lang.String

Specifies the content of a Dialog.

Example

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

title java.lang.String

The text in the dialog title bar.

Example

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

width float

Specifies width of the dialog.

Example

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

Configuration JSP Tags

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

Example

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