TreeListBase.endUpdate

Syntax

endUpdate(redraw);

Parameters

redraw. Boolean. Tree rerender checkbox. By default it is set to true. Optional parameter.

Description

The endUpdate method deselects update block checkbox.

Comments

If the block checkbox is equal or less than 0, the tree is updated, and further update is enabled.

Example

The example of method use is given in description of the TreeListBase.beginUpdate method.

See also:

TreeListBase