InfoWindow.addPanel

Syntax

addPanel(panel);

Parameters

panel. Panel, an instance of the PP.Ui.InfoWindowPanel class, to be added to the information window.

Description

The addPanel method adds a panel to information window.

Example

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

See also:

InfoWindow