selectAll
selects all items or the specified range
void selectAll( [string from,string to] );
string | the id of an item that selection will be started from | | to |
string | the id of an item that selection will be ended with |
Example
webix.ui({
view:"dataview",
id:"data",
...
});
$$('data').selectAll(); //selects all items in dataview
Details
If the parameters aren't specified, all items will be selected.
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.