Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | ||
---|---|---|---|
Label | Element Label to be displayed to the end-user. | ||
ID | Element ID (By declaring as "appeal_claim", a corresponding database table column "c_appeal_claim" 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 . |
Data List | Data List to display for selection. | ||
Display Field | Field ID from the target Data List for eventually selected option label. |
...
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Default Value | Default Value when there's no existing value found/selected. 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. You may define multiple default options by separating them using semicolons.
| ||||||||
ID Field | Target Data List's column ID value to be saved as the option value. Default: id | ||||||||
Multiple Selection | Toggle Multiple Selection. | ||||||||
URL Request Parameters for Datalist | Refine the target Data List selections by defining the filter criteria here.
| ||||||||
Validator | Attach a Validator plugin to validate the input value.
|
...