Fieldset: qp-fieldset Reference Information
The following table lists the properties of the qp-fieldset control, which represents a fieldset in HTML.
Property | Description |
---|---|
id |
Required. This property specifies the identifier of the set of fields and cannot
be empty ( The identifier should have the following structure:
|
view | Required. Specifies the data view that provides fields for this set of fields.
The data view must be defined in the TypeScript file. You must use the
bind command with this
attribute.
|
caption | Specifies a caption of the section that is displayed in the
UI.
|
hide-caption | Specifies whether the caption should be hidden by default.
|
slot | Specifies the identifier of the slot in qp-template for which
the fieldset defines the fields. The slot is specified by a Latin letter. For
details, see Form Layout: Predefined Templates.
|