DictionaryTree.editItem

Syntax

editItem(key: Number, dItem: PP.Rds.DItem);

Parameters

key. Key of the element to edit. If this parameter is not defined, key of the last selected element is used.

dItem. Element that replaces the edited element. If this parameter is not defined the ElementCard component appears to edit the element.

Description

The editItem method edits dictionary tree element.

Example

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

See also:

DictionaryTree