getEquationWeightCoefficientsPanel();
The getEquationWeightCoefficientsPanel method returns the Weight Coefficients panel.
This method returns an object of the PP.TS.Ui.EquationWeightCoefficientsPanel type.
To execute the example, the HTML page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component. Show the Weight Coefficients panel:
// Get workbook properties panel var propertyBar = workbookBox.getPropertyBarView(); // Get the Weight Coefficients panel var equationWeightCoefficientsPanel = propertyBar.getEquationWeightCoefficientsPanel(); // Display panel equationWeightCoefficientsPanel.show(); // Expand panel equationWeightCoefficientsPanel.expand();
The Weight Coefficients panel is shown as the result of the example execution:
See also: