Check documentation for the latest version of dhtmlxSuite onAfterReset DHTMLX Docs

onAfterReset

fires after resetting the form

void onAfterReset(string|number id);
idstring|numberform id

Example

myForm.attachEvent("onAfterReset", function (id){
    //your code here
});

Back to top