JavaScript is disabled on your browser.

JavaScript Integration

With JavaScript, the functionality of Intrexx applications can be expanded. The Script tab can be reached from the properties dialog of pages and edit elements.

The available events can be assigned user-defined script functions here. Events to which script has been assigned, such as those that originate from dependencies, will only be listed. This comes about because of system-internal entries, the code of which cannot be viewed in the script editor.

Click Script to open the Intrexx script editor. If you click on the arrow symbol next to the Script button, a menu will be opened in which you can choose whether to open the internal Intrexx editor or an external editor.



If you select the menu item Edit script in external editor, a dialog will be opened in which you can enter the program path to the desired editor. If you select the menu item Edit script in internal editor, the internal editor will be directly opened. Enter your JavaScript functions there.