Example of Creating the LevelAnalysisDialog Component

To execute the example, the HTML page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component). Create the LevelAnalysisDialog component and show it in the workbook:

// Create a dialog for data validation by comparing it with a number
var levelAnalysisDialog = new PP.TS.Ui.LevelAnalysisDialog({
    // Specify resource key for displaying dialog title
    ResourceKey: "TSRibbonLevelAnalysisDialog"
});
// Display this dialog
levelAnalysisDialog.show();

After executing the example the LevelAnalysisDialog component was created and displayed:

See also:

LevelAnalysisDialog