onAfterAdd | fires after adding an item to the datastore |
onAfterBack | fires after the Filemanager "back" button has been clicked |
onAfterCreateFolder | fires after a new folder has been created |
onAfterDelete | fires after an item is removed |
onAfterDeleteFile | fires after a file/folder has been deleted |
onAfterDrop | fires after drag-n-drop has been finished |
onAfterDynParse | fires after the data loaded from the server-side script has been parsed into the widget |
onAfterEditFile | fires after the Rename action is chosen in the popup menu and the editor is opened for the related item |
onAfterEditStop | fires after the editor is closed |
onAfterFileUpload | fires after a file has been uploaded successfully and the response from server has come |
onAfterHideTree | fires after the tree has been hidden |
onAfterLevelDown | fires after selection has been moved to the child folder |
onAfterLevelUp | fires after the LevelUp button has been clicked (selection moves to the parent folder) |
onAfterLoad | fires after data loading is complete |
onAfterMarkCopy | fires after an item has been marked for copying |
onAfterMarkCut | fires after an item has been marked for cutting |
onAfterMenu | fires after the Actions menu is opened on clicking the Menu button |
onAfterModeChange | fires after the mode of viewing files has been changed on clicking the Modes button |
onAfterPasteFile | fires a file has been pasted |
onAfterPathClick | fires after the path item has been clicked |
onAfterRun | fires after a selected file has been downloaded |
onAfterSearch | fires after filtering via the "search" input is finished |
onAfterShowTree | fires after the tree has been shown |
onAfterSort | fires after sorting dataset |
onAfterUploadDialog | fires after the file dialog has opened |
onBeforeAdd | fires before adding an item to the datastore |
onBeforeBack | fires before the Filemanager "back" button has been clicked |
onBeforeCreateFolder | fires before a new folder has been created |
onBeforeDelete | fires before an item is removed |
onBeforeDeleteFile | fires when the Delete action is chosen in the popup menu |
onBeforeDrag | fires before drag-n-drop has started |
onBeforeDragIn | fires before a dragged item is moved over the droppable area |
onBeforeDrop | fires before a dragged item is released over the droppable area |
onBeforeDynLoad | fires before a request for data loading is sent to the server-side script |
onBeforeDynParse | fires before the data loaded from the server-side script will be parsed into the widget |
onBeforeEditFile | fires when the Rename action is chosen in the popup menu, but before editing started |
onBeforeEditStop | fires before editing is finished |
onBeforeFileUpload | fires before the uploader has started to upload a file |
onBeforeHideTree | fires before the tree is hidden |
onBeforeLevelDown | fires before selection is moved to the child folder |
onBeforeLevelUp | fires before the LevelUp button is clicked (before selection moves to the parent folder) |
onBeforeLoad | fires immediately before data loading has started |
onBeforeMarkCopy | fires before an item has been marked for copying |
onBeforeMarkCut | fires before an item has been marked for cutting |
onBeforeMenu | fires before the Actions menu is opened on clicking the Menu button |
onBeforeModeChange | fires before the mode of viewing files is changed on clicking the Modes button |
onBeforePasteFile | fires when the Paste action is chosen in the popup menu |
onBeforeRequest | fires before any request is sent to the server side |
onBeforeRun | fires before a selected file is downloaded |
onBeforeSearch | fires before filtering via the "search" input starts |
onBeforeSearchRequest | fires before a search request is sent to the server-side (see details here) |
onBeforeShowTree | fires before the tree is expanded |
onBeforeSort | fires before sorting of the dataset |
onBeforeUploadDialog | fires on the Upload action click, before the file dialog has opened |
onBindRequest | fires when the component is ready to receive data from the master component |
onComponentInit | fires when File Manager is initialized |
onCopyError | fires if an error occurred during a file/folder copying |
onDataRequest | fires when data from the server is requested for linear data structures (List, DataTable, DataView etc.) to implement dynamic data loading |
onDataUpdate | fires when a data item is being updated |
onDestruct | occurs when component destroyed |
onDynLoadError | fires if a request to the server-side script returns an error during dynamic loading |
onErrorResponse | fires if an error has occured during some operation |
onFolderSelect | fires when a folder is selected in the Tree view |
onHideSearchResults | fires when search results are hidden |
onHistoryChange | fires when path in the Path view changes |
onItemRename | fires when an item is renamed on the server during any updates made on the client |
onItemSelect | fires when a folder is selected in the "Files" or "Table" views |
onLoadError | fires when an error occurs during data loading (invalid server side response) |
onMoveError | fires if an error occurred during a file/folder moving to another folder |
onPathComplete | fires when a path to a folder is completely shown in the related control |
onPathLevel | fires when a folder name is added to the path |
onShowSearchResults | fires when search results are displayed |
onSuccessResponse | fires on successful save response |
onViewInit | fires before a component of the file manager is initialized |
onViewShow | fires when any hidden view is shown |