DHTMLX Docs & Samples Explorer

onClear

Occurs when the user clears the list of files to upload ( clicks on button ).
Note, before the onClear event is invoked the onFileRemove event fires for all files in the list to upload.

Parameters:

  • none
myform.attachEvent("onClear", function (){
    //any custom logic here
});