JavaScript

{dialog.object}panelGet Method

Syntax

{dialog.object}.panelGet(UXPanelName);

Arguments

UXPanelName

The ID of the Panel to get.

Description

Gets a pointer to a Panel.

Discussion

If you call {dialog.object}.panelGet with an invalid Panel name, false is returned, not the root Panel.

Example

var panel = {dialog.object}.panelGet('MYPANEL');

See Also