NavigationBar.getExpandedAreaHeight

Syntax

getExpandedAreaHeight();

Description

The getExpandedAreaHeight method returns the height of side panel expanded area.

Example

To execute the example, the page must contain the NavigationBar component named navigationBar (see Example of Creating the NavigationBar Component). Expand the first tab of the side panel and get height of the expanded area of the side panel:

// Get height of the expanded area of the side panel 
console.log("Height of expanded area of the side panel: " + navigationBar.getExpandedAreaHeight());

As a result the console displays height of the panel's expanded area:

Height of expanded area of the side panel: 312

See also:

NavigationBar