group

Useful for grouping form elements with a heading. Supports a label attribute so that the group can have a caption or title. Supports any custom widget tags or html form tags as child elements.

Attributes

Child Elements

None

Example

<group label="Message">
  <messaging-predicate-list domain-name="messaging" />
  <textarea-widget cols="60" rows="5"
    required="true"
    id="messageText"
    maxTextCharacters="1000"/>
</group>

Custom XML Tags

Custom Subscription and Messaging Panels