unselectAll

removes selection from all items

void unselectAll();

Example

webix.ui({
    view:"dataview",
    id:"data",
    ...
});
$$('data').unselectAll();

See also
Back to top