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
English |
---|
The Popup Select Box is an enhancement of the ordinary SelectBox. Instead of selecting from a generic drop-down list, the Popup Select Box allows you to select from a Datalist instead. The Popup Select Box is only available |
...
on Professional and Enterprise Edition. |
Info | ||
---|---|---|
| ||
If you have thousands of selections to choose from, Popup Select Box is an ideal form element to use as you will be choosing from listing with pagination and search filter, improving loading speed and user experience. |
...
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.
|
...