Button Constructor

Syntax

PP.Button(settings);

Parameters

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

Description

The Button constructor creates an instance of the Button component.

Example

The example of constructor use is given in the Example of Creating a Simple Button page.

See also:

Button