refreshAll ();
The refreshAll method refreshes the component.
To execute the example, the page must contain the HistoryWindow component named historyWindow (see HistoryWindow Constructor), and the following code must be added in the event handler that processes document opening:
//Refresh component historyWindow.refreshAll();
After executing the example the HistoryWindow component is refreshed.
See also: