InfoWindow.hidePanel

Syntax

hidePanel (panel);

Parameters

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

Description

The hidePanel method hides a panel in information window.

Comments

The panel can be displayed using the InfoWindow.showPanel method.

Example

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

See also:

InfoWindow