Enhancement
Currently embedded objects in the form (form element "Objects") are recognizable as independent entities. Each object has a form group with heading derived from the displayed object.
Improvement
The embedded objects should be able to be displayed without their own identity - to merge with the form.
Instead of displaying the object as a form group, it should be possible to include the object identity in a dynamic label of its properties:
Here, the form consists of dynamic properties that are represented as separate entities. Here, it would be nice if the form were composed only of the individual properties of these property objects - and the label of the property objects were incorporated into the labels of their form elements.
Conversion
- It is now possible to give the attribute the annotation dynamic-label, which determines a label based on the model, the default label and the attribute:
- The form element objects can now be configured not to display separate groups for the individual elements:
- Example: for example, you can inline the attributes date, date2 from the elements of the attribute structureReverse in DemoTypes.C:
Test
- In the form editor, configure the form element objects with the option No separate group.
- As a content form, set the Dynamic label annotation to the attributes and include the name of the underlying object.