Window Constructor

Syntax

PP.Ui.Window(settings);

Parameters

settings. The JSON object with the values of the component properties.

Description

The Window constructor creates an instance of the Window component.

Example

The example of constructor use is given in the Example of Creating the Window Component page.

See also:

Window