selectAll([selected])

Class: Tree.

Description:

Selects/Deselects all items in the Tree

Parameters:

Name Type Default Description

[selected]

boolean

true

true to select all items, false to deselect all items.

Returns:

Returns an instance of this Tree for method chaining.

Type: Tree