WelcomeScreen.getMaxActions

Syntax

getMaxActions();

Description

The getMaxActions method returns maximum number of actions in the list in the welcome screen.

Comments

By default the maximum number of actions is 5.

Example

To execute the example, the HTML page must contain the WelcomeScreen component named wscreen (see Example of Creating the WelcomeScreen Component). Get the maximum number of actions:

wscreen.getMaxActions();

See also:

WelcomeScreen