<regions>

regions


Use the regions tag is used to group different UI layouts the connector supports.

Relationship with other tags

The regions tag is root tag of any connector UI definition.

The regions tag has the following child tag: region.

Example

The following example shows the XML for a regions tag that has a region child tag.

<regions resName="res" resFile="/META-INF/res/modelresource.xml">
   <region id="Default"   helpTopicId="f1_connector_sample_htm" >
   </region>
</regions>

Attributes

Name Type Supports EL? Description
resName String no Specifies the resource name, together with the string ID, used as namespace that can be resolved to a localized string.
resFile String no Specifies the resource file locatioon to be loaded in runtime. It contains the localized strings.