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.