JavaScript

A5.PanelLayoutfirstPanel Method

Syntax

A5.PanelLayout.firstPanel([animation])

Arguments

animationboolean

Whether or not to animate the panel layout transition. The default value is true.

Description

Navigate to the first panel in the panel layout.

Example

// assume pObj is a pointer to a panel class
pObj.firstPanel();