JavaScript
A5.PanelNavigatorgetPanelId Method
Syntax
A5.PanelNavigator.getPanelId([part])
Arguments
- partstring
Get the ID of the panel, or one of its sub-parts.
Returns
- idstring
The id of the panel or panel part.
Description
Get the ID of the panel, or one of its sub-parts.
Example
// assume pObj is a pointer to a panel class var headerID = pObj.getPanelId('header'); // get the ID of the header of the panel