clearMark

removes mark from all items in store

void clearMark(string name);
namestringname of mark to be removed

Example

list.data.clearMark("webix_invalid");

See also
Back to top