WorkbookView.refresh

Syntax

refresh (args);

Parameters

args. Parameter that indicates the elements to be refreshed.

Description

The refresh method refreshes component in accordance with the metadata.

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 component according to metadata");
workbookBox.refresh();

After executing the example the component is refreshed in accordance with metadate.

See also:

WorkbookView