PP.App.initLoginForm

Syntax

initLoginForm(settings: Object);

Parameters

settings. Application settings. As the parameter value, set the JSON object with the properties given on the page with description of the PP.App.init method.

Description

The initLoginForm method initializes system login dialog box.

Example

The method use is given in the example for PP.App.initWelcomeScreen.

See also:

PP.App