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 only want to display certain areas of a form depending on the user's selection, JavaScript is exactly 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.

General information on the subject of "Scripting" can be found here.

For all JavaScript-enabled application elements, you can access the JavaScript editor in the properties on the "Script" tab. Further information can be found here.

Libraries

From Intrexx version 12.0.0

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 have selected an entry in one of the libraries, you will find the following buttons at the bottom right:

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.

From Intrexx version 12.0.0

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