Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Express Report > PP.Exp.Ui > Classes > EaxRibbonView > EaxRibbonView.refresh
refresh(ctrlType: PP.Exp.Ui.ControlType);
ctrlType. Control type. It is specified using the PP.Exp.Ui.ControlType enum.
The refresh method refreshes specified control 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). Let us refresh the Home tab on the tool ribbon:
// Get view of the express report tool ribbon var ribbon = expressBox.getRibbonView(); // Refresh the Data tab ribbon.refresh(PP.Exp.Ui.ControlType.RibbonData);
After executing the example the Home tab on the express report tool ribbon is refreshed.
See also: