PP.App.initWelcomeScreen

Syntax

initWelcomeScreen(settings: Object);

Parameters

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

Description

The initWelcomeScreen method initializes welcome screen.

Example

Executing the example requires that the application object navigator is opened. The scenarios specified below must be started in the browser console.

Open the application welcome screen:

PP.App.initWelcomeScreen();

The welcome screen page will be loaded after executing this scenario string:

Open the system login dialog box:

PP.App.initLoginForm();

After executing the example the system login dialog box is loaded:

See also:

PP.App