Skip to end of banner
Go to start of banner

Layout 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 24 Next »

Layout Details

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

Attributes

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

Example

 tabs

Default
<details>
        <view>default</view>
        <defaulttabid>tabAllowedOrgUnits</defaulttabid>
        <tabs>
            <tab>
                <id>tabCategories</id>
               ...
            </tab>

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