Check documentation for the latest version of dhtmlxSuite onAfterValidate DHTMLX Docs

onAfterValidate

fires after the validation

void onAfterValidate(boolean status);
statusbooleantrue/false

Example

myForm.attachEvent("onAfterValidate", function (status){
     //your code here
});

Back to top