TermEdit.insertTerm

Syntax

insertTerm(value: String || Object || PP.Ui.Term, index: Number);

Parameters

value. Added string, object with term parameters of object of the PP.Ui.Term class.

index. Position of the element, after which insert must be done.

Description

The insertTerm method adds a string or term to term editor.

Comments

The method is under development.

See also:

TermEdit