Check documentation for the latest version of dhtmlxSuite validate DHTMLX Docs

validate

starts the form's validation

void validate();

Example

function doFormValidate() {
     myForm.validate();
}

Details

the method is called automatically as a part of the “save” routine

Back to top