InfoWindow.removePanel

Syntax

removePanel(panel, isDispose);

Parameters

panel. Panel, an instance of PP.Ui.InfoWindowPanel;

isDispose. Determines whether the panel must be deleted (True) or removed from the list of panels (False).

Description

The removePanel method removes a panel from the information window.

Example

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

See also:

InfoWindow