Check documentation for the latest version of dhtmlxSuite validateItem DHTMLX Docs

validateItem

invokes the validation of the specified item

void validateItem(string name);
namestringthe name of an item

Example

var res = myForm.validateItem(name);

Back to top