Interface for a class FileManager
EmitType<BeforeDownloadEventArgs>
Triggers before sending the download request to the server.
EmitType<BeforeImageLoadEventArgs>
Triggers before sending the getImage request to the server.
EmitType<BeforePopupOpenCloseEventArgs>
Triggers before the dialog is closed.
EmitType<BeforePopupOpenCloseEventArgs>
Triggers before the dialog is opened.
Triggers before sending the AJAX request to the server.
EmitType<Object>
Triggers when the file manager component is created.
EmitType<Object>
Triggers when the file manager component is destroyed.
Triggers when the AJAX request is failed.
Triggers when the file/folder dragging is started.
Triggers when the file/folder is about to be dropped at the target.
Triggers while dragging the file/folder.
Triggers when the file/folder is dropped.
Triggers before the file/folder is rendered.
Triggers before the file/folder is opened.
Triggers when the file/folder is selected/unselected.
EmitType<FileSelectionEventArgs>
Triggers before the file/folder is selected.
Triggers when the context menu item is clicked.
Triggers before the context menu is opened.
EmitType<PopupOpenCloseEventArgs>
Triggers when the dialog is closed.
EmitType<PopupOpenCloseEventArgs>
Triggers when the dialog is opened.
Triggers when the AJAX request is success.
EmitType<ToolbarClickEventArgs>
Triggers when the toolbar item is clicked.
EmitType<ToolbarCreateEventArgs>
Triggers before creating the toolbar.
EmitType<UploadListCreateArgs>
Triggers before rendering each file item in upload dialog box.
Specifies the AJAX settings of the file manager.
boolean
Enables or disables drag-and-drop of files.
boolean
Enables or disables the multiple files selection of the file manager.
Specifies the context menu settings of the file manager.
string
Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.
Specifies the details view settings of the file manager.
boolean
Defines whether to allow the cross-scripting site or not.
boolean
Enables or disables persisting component’s state between page reloads. If enabled, the following APIs will persist:
view
: Represents the previous view of the file manager.path
: Represents the previous path of the file manager.selectedItems
: Represents the previous selected items in the file manager. boolean
Enable or disable rendering component in right to left direction.
boolean
Gets or sets a value that enables/disables the virtualization feature of the File Manager. When enabled, the File Manager will only load a subset of files and folders based on the size of the view port, with the rest being loaded dynamically as the user scrolls vertically through the list. This can improve performance when dealing with a large number of files and folders, as it reduces the initial load time and memory usage.
string
| number
Specifies the height of the file manager.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Specifies the navigationpane settings of the file manager.
string
Specifies the current path of the file manager.
HTMLElement
| string
Specifies the target element in which the File Manager’s dialog will be displayed. The default value is null, which refers to the File Manager element.
string
Specifies the root folder alias name in file manager
Specifies the search settings of the file manager.
string[]
Specifies the selected folders and files name of the file manager.
boolean
Shows or hides the file extension in file manager.
boolean
Shows or hides the files and folders that are marked as hidden.
boolean
Shows or hides the thumbnail images in largeicons view.
string
Specifies the field name being used as the sorting criteria to sort the files of the file manager component.
Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order,
or they are not sorted at all. The available types of sort orders are,
None
- Indicates that the folders and files are not sorted.
Ascending
- Indicates that the folders and files are sorted in the ascending order.
Descending
- Indicates that the folders and files are sorted in the descending order.
Specifies the group of items aligned horizontally in the toolbar.
Specifies the upload settings for the file manager.
Specifies the initial view of the file manager. With the help of this property, initial view can be changed to details or largeicons view. The available views are:
LargeIcons
Details
string
| number
Specifies the width of the file manager.