Versions Compared

Key

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

Definition Details

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

Child pages (Children Display)

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>

...