Properties of pages and elements - Script tab

Applications module Properties

Event column

All events of the element or page that have had JavaScript functions assigned to them are listed here.

Script column

The names of the JavaScript functions are listed here.

Edit JavaScript for desktop
Opens the JavaScript Editor.

Show menu
If you click on the arrow symbol next to the Edit JavaScript for desktop button, a menu will open with the following menu points: If you want to enter JavaScript that only applies to mobile devices, please select the menu item Edit JavaScript for mobile devices.

Add script
Opens a dialog where existing JavaScript functions can be selected and assigned to an event.

Edit script
Opens a dialog where a different function can be assigned to the currently selected event.

Remove script
Removes the currently selected assignment of the event and script function.


Adjusts the order of the script calls when multiple functions have been assigned to one event.

When opening an application, the corresponding JavaScript will be searched for comments that contain the character string //FIXME or //TODO. Hits will be listed in the lower area of the Applications module on the Problems tab. The JavaScript editor will be opened upon double-clicking on a hit. In this way, you have the ability to set markers for the further editing of scripts.