📄️ Basic Scripting
Scripting can be added to your configured views to add more advanced functionality to your application. Scripts are typically added to the various events exposed by the form or form components. All scripting is done using JavaScript and a number of standard objects and functions are available to the script to facilitate the need to respond to various scenarios.
🗃️ Contexts
5 items
📄️ Proxying input variables
Some component properties can be configured using JS. For example, the Hidden property can be set using a switch, or it can be calculated using JS code.
📄️ SetFormData
This function is used to update the form data as part of executing a script.
🗃️ Shesha Objects
4 items