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 "entries", a corresponding database table column "c_entries" 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. | ||||||||||||||||||||||||
Form | Target form for record editing. | ||||||||||||||||||||||||
Columns | The columns defined here must be correspondent to the Form chosen above.
|
...
Name | Description | |||||
---|---|---|---|---|---|---|
Validator | Attach a Validator plugin to validate the input value. Please see Form Validator.
| |||||
Unique Column | Column/Field ID to identify record ID. | |||||
Min Number of Row Validation (Integer) | Min Number of Row Validation (Integer) | |||||
Max Number of Row Validation (Integer) | Max Number of Row Validation (Integer) | |||||
Error Message | Error message to be shown when row requirements set above is not met. |
Name | Description |
---|---|
Load Data From |
Load Data From allows you to customize the method for data retrieval to populate the advance grid in the form. | |
Save Data To | Save Data To allows you to customize the method on how the advance grid row records are saved to. This option is empty by default. An empty binder means that the advance grid records will be saved/loaded as a JSON format in the parent form & database table. See the list of available Form Binders. The recommended binder to use is the Multirow Form Binder so that each record is saved into a child database table via a subform definition. The binder will update the foreign key "parent id" into each child record to point to the parent database table |
. |