WorkbookView.refreshAll

Syntax

refreshAll ();

Description

The refreshAll method refreshes the entire component.

Example

To execute the example, the page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component), and also add the following code in the handler, that processes document opening event:

console.log("Refresh the entire component");
workbookBox.refreshAll();

After executing the example the entire component is refreshed.

See also:

WorkbookView