getMaxActions();
The getMaxActions method returns maximum number of actions in the list in the welcome screen.
By default the maximum number of actions is 5.
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: