Subheader Information

This tag is used to specify the subheader of a list.

Attributes

NameDescriptionValue
id

Unique Identifier

any
nameThe name that describes the subheader information.any glossary key
datapathThe data path field name.property name

Example

 Example 1

 

Tab
<subheader>
	<info>
		<id>txtNumber</id>
		<name>key_number</name>
		<datapath>collaborationGroup/number</datapath>
	</info>
	<info>
		<id>txtDescription</id>
		<name>key_description</name>
		<datapath>collaborationGroup/description</datapath>
	</info>
</subheader>