<kendo:fileManager-dialogs-upload>

Configures the Upload dialog - kendoDialog

Example

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

content java.lang.String

Specifies the content of a Dialog.

Example

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

title java.lang.String

The text in the dialog title bar.

Example

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

width float

Specifies width of the dialog.

Example

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

Configuration JSP Tags

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

Example

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