Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | Screens (Click to view) | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Datasource | Target database to execute SQL statements on. Choices:-
|
| ||||||||||||||||||||||||
Custom JDBC DriverCustom | JDBC Driver. This field is required whendriver name. Example values:
Only applicable to "Custom Datasource" option. | |||||||||||||||||||||||||
Custom JDBC URL | Database connection URL. Example: jdbc:mysql://localhost /jwdb?characterEncoding=UTF8&useSSL=falseOnly applicable to "Custom Datasource" option. | |||||||||||||||||||||||||
Custom JDBC Username | Database username. Example: root Only applicable to "Custom Datasource" option. | |||||||||||||||||||||||||
Custom JDBC Password | Specified database user's password. Only applicable to "Custom Datasource" option Custom JDBC Password. This field is required when Custom Datasource is selected in Datasource above.
| |||||||||||||||||||||||||
Use AJAX for cascade options? | When checked, this allows these fields to dynamically load available options based on the other field value (grouping column) when dealing with tremendous amount of selections. Read more at Ajax Cascading Drop-Down List.
| |||||||||||||||||||||||||
Add Empty Option | Click this checkbox if you want an empty option in the selectbox. Clicking this option will display the following field:
| |||||||||||||||||||||||||
SQL SELECT Query | To populate a selectbox, for example, you need to return at least 2 columns. The first column is used for Id. The second column is used for Label.
When Use AJAX for cascade options is checked, make sure that a question mark is placed within the query.
On multi-select box form element on cascade and when using JDBC, remember to use brackets to enclose the ? parameter in
|
...