Skip to end of banner
Go to start of banner

2.2.2.3. Details

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This tag is used to define the definition of the details area.

Attributes

NameDescriptionValues
tabsThe list of tabs the page contains.A list of tabs

Example

 Details

Details
<details>
	<tabs>
		<tab>
			<id>tabAllowedCategories</id>
			... 
 
		</tab>
 
		<tab>
			<id>tabAllowedOrgUnits</id>
			...
		</tab>
 
		...

	</tabs>
</details>

  • No labels