DictionaryTree.pushToClipboard

Syntax

pushToClipboard(operation: PP.Rds.Ui.TreeOperations.CopyElements || PP.Rds.Ui.TreeOperations.CutElements, keys: Array);

Parameters

operation. Operation with clipboard.

keys. Keys of the elements to be moved or copied to clipboard. If this parameter is not defined, all selected nodes are moved to clipboard.

Description

The pushToClipboard method places selected tree elements to clipboard.

Example

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

See also:

DictionaryTree