Trigger

A Trigger is the linking part between Fields (Button, Text Field, Number Field) and a Client ScriptLibrary. The overview over all triggers as well as the possibility to create a new trigger is located in the Overview Card “Code”, located in the menu section “Design”.

A Trigger has a name which describes its action to the user, the Client Script Library to use and the code you want to execute when the Trigger is clicked. This code can contain function calls to the selected Client ScriptLibrary. If you use an enclosing function for your Client ScriptLibrary as recommended, please note that this encolosing function has to emit your action handler functions in its return value and that you have to call these action handler functions by their enclosing function in the Trigger.

Print/export