refresh(propName);
propName. Name of element to refresh, specified using the PP.Exp.Ui.EaxPropertyViews enumeration. Optional parameter.
The refresh method refreshes the view of the Data tab on the express report tool ribbon.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then refresh the view of the Data tab:
// Get view of panel of the Data tool ribbon var dataRibbonCategory = expressBox.getRibbonView().getDataRibbonCategory(); dataRibbonCategory.refresh();
After executing the example view and data of the Chart tab are refreshed.
See also: