JavaScript

In the browser, JavaScript in particular is well suited for programming. The purpose here is without a doubt to increase usability and enhance the user experience. If, for example, you want to display only certain areas of a form depending on the user's selection, JavaScript is definitely the right way to go. You can also customize the behavior of a page (automatic refreshing of data) or the user guidance in Intrexx with JavaScript. There is a separate Javascript API for this, which makes it easy for you to access the control elements of Intrexx.

Click here for general information about scripting in Intrexx.

For all JavaScript-enabled application elements, you can access the JavaScript editor in the properties on the "Script" tab. Click here for more information.

Libraries

In the JavaScript editor, you have access to the Intrexx library for mobile devices and the Intrexx standard library in the "Libraries" section. If you select an entry in the library, you can access these buttons at the bottom right of this area:

Show description

Shows the description of the currently selected function with an example script.

Open link

Links to the corresponding page that provides more information. The page that opens also shows the classes, interfaces, methods or properties that the currently selected function can be used for.

All information on the available classes and methods can be found here.