getOptions();
The getOptions method returns an object with settings of tool ribbon tab.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Get position of the window displaying a report:
// Get view of the Table tab var category = expressBox.getRibbonView().getTableCategory(); // Get an object with settings var option = category.getOption(); // Get window position console.log("Window position: " + option.windowsPosition);
As a result the console displays information about window position:
Window position: Maximized
See also: