Check documentation for the latest version of dhtmlxSuite resetValidateCss DHTMLX Docs

resetValidateCss

resets CSS treatment of the form's validation

void resetValidateCss( [string name] );
namestringthe name of an item, optional

Example

myForm.resetValidateCss(name);

Back to top