InfoWindow.showPanel

Syntax

showPanel (panel);

Parameters

panel. Panel, an instance of the PP.Ui.InfoWindowPanel class, to be hidden.

Description

The showPanel method displays a panel in the information window.

Comments

A panel is hidden using the InfoWindow.hidePanel method.

Example

The example of method use is given in description of the InfoWindow constructor.

See also:

InfoWindow