TermEdit.insertString

Syntax

insertString(string: String, pos: Number, isUpdateTerms: Boolean);

Parameters

string. String with terms.

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

isUpdateTerms. Indicates if term editor contents is refreshed after insert. If the parameter is set to True, term editor is refreshed. By default the property is set to True.

Description

The insertString method adds a string with terms to term editor.

Example

The example of method use is given in description of the Term.BecameEmpty method.

See also:

TermEdit