| AfterAdd | fires after a file is added to the queue |
| AfterDrag | fires after dragging of a file in the queue is finished |
| AfterDrop | fires before the user has finished dragging a file in the queue but after the mouse button is released |
| AfterRemove | fires after a file is removed from the queue |
| BeforeAdd | fires before a file is added to the queue |
| BeforeDrag | fires before dragging of a file in the queue has started |
| BeforeDrop | fires before the user has finished dragging a file in the queue and released the mouse button |
| BeforeRemove | fires before a file is removed from the queue |
| BeforeUploadFile | fires before the file upload begins |
| Cancel | fires after the upload is canceled |
| CancelDrop | fires on moving a mouse pointer out of file's borders while dragging the file in the queue |
| CanDrop | fires when a dragged file is over a target file in the queue |
| Change | fires after an operation on a file |
| Click | fires on clicking a file in the queue |
| DoubleClick | fires on double clicking a file in the queue |
| DragIn | fires when a file is dragged to another potential target in the queue |
| DragOut | fires when a file is dragged out of a potential target in the queue |
| DragStart | fires when dragging of a file in the queue has started |
| FocusChange | fires on moving focus to a new file in the queue |
| ItemMouseOver | fires on moving the mouse pointer over a file in the queue |
| ItemRightClick | fires on right clicking a file in the queue |
| Load | fires after data are loaded into Vault |
| RemoveAll | fires when all files are removed from the queue |
| UploadBegin | fires when the file upload begins |
| UploadFile | fires when all files are uploaded |
| UploadFail | fires if the file upload failed |
| UploadComplete | fires if the file upload is successful |
| UploadProgress | fires on each percent of files uploading |
| disablePreview | defines whether the preview images for the newly added files should be hidden |
| downloadURL | sets the path for a file download |
| editable | defines whether inline editing is enabled in the vault |
| eventHandlers | adds event handlers to HTML elements of a custom template of Vault items |
| mode | sets the mode of rendering the list of files |
| modeControls | defines whether the mode controls are displayed in the toolbar of Vault |
| scaleFactor | the multiplier factor of the quality of an HTML canvas image |
| progressBar | a template for rendering a progress bar |
| templates | specifies templates for the list and grid modes and the progressBar configuration |
| toolbar | defines whether the toolbar of dhtmlxVault is shown |
| uploader | specifies the configuration of the Uploader object |