EaxDimTransformDialog.getTransformationsText

Syntax

getTransformationsText();

Description

The getTransformationsText method returns visible text of formula editor.

Comments

The formula editor uses the terms containing text and formula. Terms with internal formula that are fully deleted are highlighted in blue. Terms can be edited on double-click, term text is replaced with a formula.

Example

Executing the example requires that the HTML page contains the TransformDialog named dialog (see Example of Creating the TransformDialog Component). Get visible text in the formula editor:

window.dialog..getTransformationsText();

After executing the example the console displays formula editor text.

See also:

EaxDimTransformDialog