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 |
---|
Select Box is one of the generic HTML Form input elements. In the Form Builder, one is able to define the options available to the Select Box via various means, including with the use of Form Options |
...
Data Store |
The easiest way to see how the Select Box works is to create a new app. Here are the steps:
Fill up the following fields as follows and click on Apply Change (see Figure 3):
Options (Hardcoded):
Default Value | Label |
---|---|
Local | Local |
International | International |
Figure 3
...
Name | Description | |||||
Label | Element Label to be displayed to the end-user. | |||||
ID | Element ID (By declaring as "country", a corresponding database table column "c_country" will be created) Please see Form Element for more information about defining the ID and list of reserved IDs. | |||||
Options (Hardcoded) | Select Box options
| |||||
Or Load Data From | Options to be populated dynamically using Options Binder plugin.
|
...