Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description |
---|---|
Default Value | Default Value (Must be the Option ID) |
ID Field | Option ID |
Multiple Selection | Multiple Selection Toggle |
URL Request Parameters for Datalist | Dynamically filter the eventual listing for selection based on current form fields' values. Please continue to read on to learn more about configuring this attribute. |
Validator | Attach Validator |
Readonly | Determines if the element is editable |
Display field as Label when readonly? | Displays the value of the element as plain text when element is set to "Readonly". |
Select Button Label | Select Button Label |
Popup Dialog Height | Popup Dialog Height in pixel |
Popup Dialog Width | Popup Dialog Width in pixel |
Workflow Variable | Name of the Workflow Variable to write the value of this element into. |
URL Request Parameters for Datalist
Figure 7: URL Request Parameters for Datalist - Configuration
In the example above, we are using the value of hidden field with id "country_default" to the Datalist with a parameter named as "country". If there's no value set in the hidden field, then it will use with default value of "local".
Figure 8: URL Request Parameters for Datalist - Datalist Builder
On the other hand, one will need able to utilize the parameter value being passed over from the Popup Selectbox. In the Datalist's binder, we are using the following expression to filter the dataset.
Code Block | ||||
---|---|---|---|---|
| ||||
e.customProperties.country = '#requestParam.country#' |