FormulaEditor.setWarningMessage

Syntax

setWarningMessage(msg: String, pos: Number);

Parameters

msg. A message that is set for a button.

pos. Position in the term editor, to which the cursor is put after clicking the button.

Description

The setWarningMessage method displays the Warning button in formula editor.

Example

The example of method use is given in description of the FormulaEditor.NamingTextBox property.

See also:

FormulaEditor