409x
003483
2024-01-16

Script Manager

The Script Manager organizes your script folders and files. You can open the script manager via the View menu.

Create a new folder

First select the folder under which the new folder is to be created. Then select the command 'New Folder' from the context menu and enter the name of the folder.

Rename Folder

You can change the name of a folder later by selecting the command 'Rename' from the context menu of the folder and then changing the name.

Delete Folder

Select the folder you want to delete and then select the 'Delete' command from the context menu.

Create a new script

First select the folder in which the script is to be saved. Then select the command 'New Script' from the context menu and enter the name of the script.

Editing Script

You can use a text editor to write and edit scripts. There are several free text editors that can highlight the code in color.

First select the script to be edited and then select the command 'Edit' from the context menu.

Info

For the script to be opened in the text editor, this text editor must be set as the standard application for opening the file type JS file (.js).

Input Mask erstellen

You can create an input mask for entering the parameters. To do this, select the command 'Properties' from the context menu of the script. If an input mask has already been created, the created input mask opens for editing.

The input mask is created with an XML file that is located in the same directory and has the same name as the script file. Image image032757 XML script of the input mask shows the structure of such an XML file. With argument-name is the variable name, with default-value the standard value and with label-name the Specify the designation that is displayed in the input mask. Image image032758 input mask shows the input mask generated from the XML file.

Info

In order for the input mask to be opened in the text editor, this text editor must be set as the standard application for opening the file type XML file (.xml).

Run Script

Select the command 'Execute' from the context menu of the script or double-click the script to execute it. Any existing errors are displayed in a message window.

Tip

Zum # extbookmark manual |Debugging |Debugging # the control output in the console is recommended.

Rename Script

You can change the name of a script later by selecting 'Rename' from the context menu of the script and then changing the name.

Delete Script

Select the script that you want to delete and then select the command 'Delete' from the context menu.

Parent section