📄️ 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.
📄️ 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
setFormData is a script variable that updates the form's data from inside a script, either merging new values in or replacing the data outright.
🗃️ Shesha Objects
4 items