JavaScript/jQuery FileManager Events
This section describes events that the FileManager UI component raises.
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
contentReady
Raised when the UI component's content is ready.
Event
Main article: onContentReady.
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
contextMenuItemClick
Raised when a context menu item is clicked.
Event
Main article: onContextMenuItemClick
currentDirectoryChanged
Raised when the current directory is changed.
Event
Main article: onCurrentDirectoryChanged
disposing
Raised before the UI component is disposed of.
Event
Main article: onDisposing
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
errorOccurred
Raised when an error occurs during file processing.
Event
Main article: onErrorOccurred
focusedItemChanged
Raised when the focused item is changed.
Event
Main article: onFocusedItemChanged
initialized
Raised only once, after the UI component is initialized.
Event
Main article: onInitialized
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
optionChanged
Raised after a UI component property is changed.
Event
Main article: onOptionChanged
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
selectedFileOpened
Raised when the selected file is opened.
Event
Main article: onSelectedFileOpened
selectionChanged
Raised when a file system item is selected or selection is canceled.
Event
Main article: onSelectionChanged
toolbarItemClick
Raised when a toolbar item is clicked.
Event
Main article: onToolbarItemClick