Versions Compared

Key

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

Layout Details

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

Child pages (Children Display)

Attributes

The way are presented in the details area.
NameDescriptionValues
viewtabs

In default view tabs are presented the one next to the other.

In list view they are presented the one under the other.

default, listdefaulttabidThe default tab that opens when page loads.The tab idtabsThe list of tabs the page contains.A list of tabs

Example

Expand
titleDefaultDetails

Image RemovedImage Added

Code Block
themeEclipse
languagexml
titleDefault
<details>
        <view>default</view>
        <defaulttabid>tabAllowedOrgUnits</defaulttabid>
        <tabs>
            <tab>
                <id>tabCategories</id>
               ...
            </tab>

            <tab>
                <id>file:networkmanagement/allowedOrgUnits.xml</id>
                ...
            </tab>
        </tabs>
    </details>
Expand
titleList

Image Removed

Code Block
themeEclipse
languagexml
titleList
<details>
        <view>list</view>
        <defaulttabid>tabCategories</defaulttabid>
        <tabs>
            <tab>
                <id>tabCategories</id>
               ...
            </tab>

            <tab>
                <id>file:networkmanagement/allowedOrgUnits.xml</id>
                ...
            </tab>
        </tabs>
    </details>