fires when the user clears the list of files to upload
myVault.attachEvent("onClear", function(){
// your code here
});
This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.
added in version 2.0
Back to top