Navigation:  Click-Script Guide > Custom Actions >

Creating Custom Actions

Previous pageReturn to chapter overviewNext page

How to define your custom action:

 

1. Open the Custom Actions' Manager, select Actions > Custom Actions' Manager.

2. Select Editor > Add Custom Action.

3. Go to the properties editor and type the properties of the custom actions:

 

Name

The name of the action. This name must to be unique, and you will use it to call your custom action from the events.

Description

The description of the action, that will be displayed in the click-script's editor.

Type

The type of the returned variable (%Result%). All custom actions have a special variable named %Result%, this variable is returned to the caller event as the Result parameter. This property defines the type of this special variable.

 

4.  Define the parameters of your custom action, please read the topic Defining Parameters for more information.

5. Define the actions of your custom action, double-click the custom action in the Custom Actions' Manager and the click-script's editor will be displayed. Edit the custom action and save it when you have finished.