selectAll

selects all items or the specified range

void selectAll( [string from,string to] );
from
stringthe id of an item that selection will be started from to
stringthe 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
  • API
  • Articles
  • 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.