Form
- Last UpdatedJun 25, 2024
- 5 minute read
Use Form as a basic container to place other containers and controls.
Properties
The properties for the form are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the form. This value is also used for the title of the form. |
|
XML Node |
XML node mapped to the form. Use this value to map a list to a form and a form to a workflow. The default value is the value for the Name property without the spaces. Note: If you edit this value later, then it might affect the mapping between forms, lists, and workflows. |
|
Description |
Description for the form. |
|
Show Save Button |
Show or hide the save button for the form.
|
|
Save Button Text |
Text for the save button of the form. The default value is Finish. |
Appearance
|
Property |
Description |
|---|---|
|
Label Position |
Position of the label for the child control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Auto-size Window |
Allow or deny the system to automatically size the window to the available screen size on form load.
Note: |
|
Desktop View Only |
Turn off the UI adjustment based on the screen width.
|
|
Delay the Loading of Containers |
Display contents when the container controls are accessed.
Note: |
Advanced
|
Property |
Description |
|---|---|
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Submit Form with Enter Key |
Allow or deny a user to submit a form by pressing the Enter key.
Note: |
|
Forms Parameters |
Form-level variables for use in workflows. For information about using Forms Parameters, see Forms Parameters. |
|
MQTT Topics |
Access external data through MQTT for use in forms.
|
|
Enable Action Bar |
Enable or disable Action bar during run-time.
|
Scripts
|
Property |
Description |
|---|---|
|
On Form Load |
Run a script when a form is loaded. For more information, see scripting guidelines for On Form Load event |