Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Expand
titleDetails

Code Block
themeEclipse
languagexml
titleDetails
<details>
	<tabs>
		<tab>
			<id>tabAllowedCategories</id>
			... 
 
		</tab>
 
		<tab>
			<id>tabAllowedOrgUnits</id>
			...
		</tab>
 
		...

	</tabs>
</details>

...