Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Figure 1 : Hyperlink in the row action placeholder and in the bulk action placeholder in the datalist builder
Figure 2 : Bean Shell Datalist Action Properties
Name | Description |
---|---|
Label | Link / Button label. |
Confirmation Message | Confirmation message before performing action. |
Script | Script in Java. Injected variables available for consumption are:-
Sample Code for (String key : rowKeys) { System.out.println("Record key is " + key); } |
Figure 3 : Bean Shell Datalist Action Properties - Visibility Control
Name | Description |
---|---|
Rules | Controls on when the action should appear based on the condition(s) set. |