name | String | Sets the name of the component. |
as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
data-source-id | String | The Id of the data source. |
draggable | Boolean | Enables or disables the drag and drop features of the FileManager. |
height | Double | Configures the height of the FileManager. |
initial-view | String | Configures the initial view of the FileManager. |
on-command | String | The name of the JavaScript function that will handle the command event. Fired when server command is executed (copy, move, delete or rename).The event is useful to get feedback when server commands has failed or succeeded and take additional actions based on the status. |
on-data-binding | String | The name of the JavaScript function that will handle the dataBinding event. Fired before the widget binds to its data source. |
on-data-bound | String | The name of the JavaScript function that will handle the dataBound event. Fired when the widget is bound to data from its data source. |
on-drop | String | The name of the JavaScript function that will handle the drop event. Fired when a file is dragged and dropped over a folder. |
on-error | String | The name of the JavaScript function that will handle the error event. Fired when a error in the DataSource happen. |
on-execute | String | The name of the JavaScript function that will handle the execute event. Fired when a command is executed. |
on-navigate | String | The name of the JavaScript function that will handle the navigate event. Fired when navigation occurs. |
on-open | String | The name of the JavaScript function that will handle the open event. Fired when a file is opened (with double click). |
on-select | String | The name of the JavaScript function that will handle the select event. Fired when selection changes. |
resizable | Boolean | Configures the resizable features of the FileManager. |
script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
upload-url | String | Sets the upload url for the Upload widget. |
width | Double | Configures the width of the FileManager. |