getItems();
The getItems method returns formulas displayed in the calculation chain dialog box.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component).
// Get tool ribbon ribb = expressBox.getRibbonView(); // Get tool ribbon tab cat = ribb.getTableCategory(); // Get calculation chain dialog box dialog = cat.getChainDialog(); // Get formulas dialog.getItems() // -> [Object, Object]
After executing the example calculation chain formulas are obtained.
See also: