getEquationPeriodPanel();
The getEquationPeriodPanel method returns the Calculation Periods panel.
This method returns an object of the PP.TS.Ui.EquationPeriodPanel type.
To execute the example, the HTML page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component. Show the Calculation Periods panel:
// Get workbook properties panel var propertyBar = workbookBox.getPropertyBarView(); // Get the Calculation Periods panel var equationPeriodPanel = propertyBar.getEquationPeriodPanel(); // Display this panel equationPeriodPanel.show(); // Expand panel equationPeriodPanel.expand();
After executing the example the Calculation Periods panel is displayed:
See also: