...
Name | Description |
---|
Load Data From | Optional by default. When it is not set, it will use the parent's binderdata store. You may override this behavior by using its own designated binder data store by defining it. Available options: - Beanshell
- Database SQL Query
- Database Wizard
- Default
- Directory
- JSON API
- Parent Form Data Store
|
Save Data To | Optional by default. When it is not set, it will use the parent's binderdata store. You may override this behavior by using its own designated binder data store by defining it. Available options: - Beanshell
- Database SQL Query
- Database Wizard
- Default
- Directory
- JSON API
- Multi Store Bindersdata stores
- Parent Form Data Store
|
Advanced Options
...
Info |
---|
This applies to Joget DX version 8.0.1 12 and before.
Name | Description |
---|
Visibility Control Rules | Sub-element | Description |
---|
Join Type | Available options: | Reverse Value | Equivalent of a NOT operator. | Field ID | The field ID of a form element to control the visibility of this section. Info |
---|
title | Lookup Into Subform Field |
---|
| You can look up into a subform field value to control visibility on your current (parent) form. Code Block |
---|
| subformId.status |
|
Tip |
---|
| The Field ID supports the use of parenthesis ( ), to group multiple conditions. To see this in action, try out this sample app here: APP_booleanTest-sample.jwa |
| Field Value | Show the visibility of this section, when this field value is present in the field ID defined above. Code Block |
---|
title | Example using Regular Expression |
---|
| Approved1|Approved2|Approved3 |
| Using Regular Expressions? | In "Field Value", you can use Regular Expression. |
|
|
...
APP_booleanTest-sample.jwa
APP_kb_dx8_testSection.jwa.