HistoryWindow.refreshAll

Syntax

refreshAll ();

Description

The refreshAll method refreshes the component.

Example

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:

HistoryWindow