WorkbookView.refreshHeader

Syntax

refreshHeader ();

Description

The refreshHeader method refreshes text and picture in the title of the properties panel.

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 text and image in the properties panel header");
workbookBox.refreshHeader();

After executing the example the label and the picture in the side panel caption are refreshed.

See also:

WorkbookView