Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Figure 1: Edit Autocomplete Text Field
Name | Description | ||
---|---|---|---|
ID | Element ID (By declaring as "title", a corresponding database table column "c_title" will be created) Please see Form Element for more information about defining the ID and list of reserved IDs. | ||
Label | Element Label to be displayed to the end-user. | ||
Field ID to Store Selection Value | Key in a field ID of an existing form element in the form to store the selected option "Value". | ||
Options (Hardcoded) | Select Box options
| ||
Or Choose Options Binder | Options to be populated dynamically using Options Binder plugin.
|
Figure 2: Edit Autocomplete Text Field > Advanced Options (Data part)
Name | Description | |||||
---|---|---|---|---|---|---|
Value | Default Value when there's no existing value found. A hash variable is accepted here. For example, you may key the following to pre-populate the field with currently logged in user's name.
| |||||
Validator | Attach a Validator plugin to validate the input value, more information at Form Validator.
|
Figure 3: Edit Autocomplete Text Field > Advanced Options (UI part)
Name | Description |
---|---|
Size (Rows) | |
Width of the element. | |
Readonly | Determines if the element is editable. |
Display Field as Label When Readonly? | Displays the value of the element as plain text when an element is set to "Readonly". |
Figure 4: Edit Autocomplete Text Field > Advanced Options (Workflow part)
Name | Description | |||||||
---|---|---|---|---|---|---|---|---|
Workflow Variable | If the form is part of a workflow process, upon saving of the form (by clicking on "Save as Draft" or "Complete" button). The value in this input field will be saved into the corresponding workflow variable named here.
|
...