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
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Bean Shell Form Binder works as Load and Store Binder too. |
Bean Shell Options Binderenables one to populate a Form element's options based on their own requirements/sources.
...
...
Name | Description |
---|---|
Script | A script in Java. See Bean Shell Programming Guide > Form Options Binder for example. |
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 a tremendous amount of selections. Read more at Ajax Cascading Drop-Down List. Only available when used as an Options Binder. An array "values" is passed to the script automatically. See Bean Shell Programming Guide > Form Ajax Options Binder for example. |
Name | Description |
---|---|
Sync Cache Interval | How often to activate cache synchronization (in seconds). For example, when set to 180 seconds, background synchronization in the server will take place every 180 seconds to refresh with the new/latest data. |
Pause sync after idle | How long to wait to pause synchronization after idle. |
...