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