JavaScript
In a browser, JavaScript is the primary choice for programming. The primary purpose here is clearly to improve usability and the user experience. If, for example, you want to display only certain sections of a form based on the user's selection, JavaScript is exactly the right way to do it. You can also use JavaScript in Intrexx to customize a page's behavior (such as automatic data updates) or the user interface. There is a dedicated JavaScript API for this purpose that makes it easy for you to access Intrexx's controls.
You can find general information on "scripting" here.
For all JavaScript-enabled application elements, you can access the JavaScript editor in the Properties dialog on the "Script" tab. You can find more information here.
Libraries
Starting with Intrexx version 12.0.0
In the JavaScript editor, you can access the Intrexx library for mobile devices and the Intrexx standard library in the "Libraries" section. Once you've selected an entry in one of the libraries, you'll see the following buttons in the lower-right corner:
View description
Here you will find a description of the currently selected function, along with a sample script.
Open link
Provides links to relevant pages with additional information.
You can find all the information about the available classes and methods here.
Starting with Intrexx version 12.0.0
You can find all the information about the available classes and methods here.


