You are here:
GroupElement Control
The GroupElement element defines a container element that contains arbitrary UI control elements.
Required Editions
| Available in: Enterprise, Performance, and Unlimited Editions |
The table lists the GroupElement control attributes.
| Attribute | Description | Data Type | Required |
|---|---|---|---|
| name | Identification of this GroupElement | Any String | yes |
The GroupElement control contains the Bindings Resource sub-element. The Binding Resource sub element consists of binding elements that can be used in the GroupElement control.
| Attribute | Description | Value or Pattern |
|---|---|---|
| target | Describes the actual UI element. | string [Title] |
| type | Defines how the resource is shown. | string [Label] |
| Id | The Id is used to map the localized resource and the actual element in the UI. | string |
| defaultLabel | One default value can be set, depending on the type, that is, defaultText, defaultLabel, and defaultImage. | string |
Sample XML Code.
<GroupElement name="GroupElementCtrl">
<Bindings>
<Resource target="Title" type="Label" id="labelId" defaultLabel="defaultLabel" />
</Bindings>
</GroupElement>
Did this article solve your issue?
Let us know so we can improve!

