admCreateScreen
admCreateScreen
Description
Creates a new screen.
Parameters
Return Type
String
Returns the id (as a number) of the newly created screen.
Examples
Example 1
Creating a screen:
admCreateScreen("Test Screen", "Test screen description");
Example 2
Creating a screen with empty description:
admCreateScreen("Test Screen", "");
The method throws an exception if the name parameter is empty or a screen with the same name already exists.
See also
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.