InfoWindow.addToButtonContent

Syntax

addToButtonContent(control);

Parameters

control. A control that inherits from PP.Ui.Control to be added into information window in button position.

Description

The addToButtonContent method adds a control to information window to a position reserved for buttons.

Comments

Buttons are positioned at the bottom left part of the window.

Example

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

See also:

InfoWindow