-
Notifications
You must be signed in to change notification settings - Fork 5
Update dynamic-fields.rst #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rel-11_0
Are you sure you want to change the base?
Conversation
added description for Tree View for Dropdown and Multiselect Dynamic Fields
73
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
I think a little markup would go a long way in terms of comprehensibility. What do you think?
|
|
||
| Tree View | ||
| Activate this option to display values as a tree. | ||
| In case you want to have a tree structure (expandable values), you have to implement the complete tree structure in the key (e.g. Country, Country::Germany and Country::France) and only the lowest item in the value (e.g. Country, Germany and France) of the Possible values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| In case you want to have a tree structure (expandable values), you have to implement the complete tree structure in the key (e.g. Country, Country::Germany and Country::France) and only the lowest item in the value (e.g. Country, Germany and France) of the Possible values. | |
| In case you want to have a tree structure (expandable values), you have to implement the complete tree structure in the *key* (e.g. Country: ``Country::Germany`` and ``Country::France``) and only the lowest item in the *value* (e.g. Country: ``Germany`` and ``France``) of the *possible values*. |
|
|
||
| Tree View | ||
| Activate this option to display values as a tree. | ||
| In case you want to have a tree structure (expandable values), you have to implement the complete tree structure in the key (e.g. Country, Country::Germany and Country::France) and only the lowest item in the value (e.g. Country, Germany and France) of the Possible values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| In case you want to have a tree structure (expandable values), you have to implement the complete tree structure in the key (e.g. Country, Country::Germany and Country::France) and only the lowest item in the value (e.g. Country, Germany and France) of the Possible values. | |
| In case you want to have a tree structure (expandable values), you have to implement the complete tree structure in the *key* (e.g. Country: ``Country::Germany`` and ``Country::France``) and only the lowest item in the *value* (e.g. Country: ``Germany`` and ``France``) of the *possible values*. |
added description for Tree View for Dropdown and Multiselect Dynamic Fields