PP.Exp.Ui.MapCatView(settings);
settings. JSON object that contains class properties.
The MapCatView constructor creates an instance of the MapCatView class.
The constructor is intended for internal use.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Call constructor of the MapCatView class:
// Get view of the Map tab var mapCategory = expressBox.getRibbonView().getMapCategory(); mapCategory.refresh();
An object of MapCatView class is created as the result of example execution.
See also: