DictionaryTree.removeItem

Syntax

removeItem(keys: Array, showConfirm: Boolean);

Parameters

keys. Array of the keys of the elements to be deleted.

showConfirm. Indicates whether to request confirmation of elements' deletion. If this parameter is true, the request is shown, otherwise it is not.

Description

The removeItem removes elements with the specified keys and all their child elements from the tree.

Example

The example of use is given on the page with description of the DictionaryTree.moveItem method.

See also:

DictionaryTree