Settings
The following settings for sections are general valid, no matter what view type is used.
Name |
|
---|---|
name | Used source - see Sources |
caption | Friendly name of the section. |
group | If you define this value in multiple sections, you can group several sections into one menu group. |
type | What view type should a section support.
The different types can be stacked. One section can have multiple views. If the passed value is an array, the user will be able to switch between the different views in the UI. Example: - name: customers
caption: Kunden
type:
- list
- map |
description | Description, which is shown on top of each section in the UI |
role |
If you don’t define it, role |
formId | Use an existing form to provide an “add” feature in this section. Forms are highly flexible and support multiple types of fields and validations. Refer to: |