Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
With CRUD, one will not need to do all the manual wiring in constructing a CRUD entity.
This element provides a userview menu to show the datalist of your choice and selectable forms to associate with the datalist to perform CRUD operations.
Figure 1: Screenshot showing CRUD taken from the sample HR Expenses Claim app
Figure 2: CRUD Properties
Name | Description | Screens (Click to view) | ||||||
---|---|---|---|---|---|---|---|---|
Custom ID | Item link slug. Optional field.
| Figure 1: CRUD Properties Figure 2: Sample CRUD in runtime | ||||||
Label | The userview menu label | Label | Menu label. Mandatory field. | |||||
List | Datalist to load. Mandatory field. | |||||||
Form (Add) | Target form to open when adding new record. Optional field. If this attribute is not mapped, then ability to Add is disabled. | |||||||
Form (Edit) | Target form to open when editing existing record. Optional field. If this attribute is not mapped, then ability to Edit is disabled. |
...
Name | Description | Screens (Click to view) | |||||
---|---|---|---|---|---|---|---|
Show Number of Rows In Menu | Show Number of Rows In Menu.
| Figure 3: UI - List Properties | |||||
Button Position | Available options:
| ||||||
Selection Type | Available options:
| ||||||
Selector Position | Available options:
| ||||||
Edit Link Label | Edit Link Button Label to show in listing. | ||||||
New Record Button Label | New Record Button Label to show in listing. | ||||||
Delete Button Label | Delete Button Label to show in listing. | ||||||
Show Delete Button? | When checked, the delete button will be shown, effectively enabling the deletion capability. If "Show Delete Button" is enabled, the following options will be shown:
| ||||||
Custom Header | Custom Header in HTML to show above the listing. | ||||||
Custom Footer | Custom Footer in HTML to show below the listing. |
...