Technical documentation - Tabs

This article describes how to configure favourites preview.

This configuration is available in version 5.1.2 and later.

Overview

The Tabs option makes it possible to place groups defined in presentaitonSettings as tabs in a view.

Configuration

Tabs are based on groups attribute which may be placed on most items in PresentationSettings.

<Presentation template="part"> <Trigger base-type="Part"/> <!-- Properties will be placed in a group, which will be placed under a tab with the label defined. --> <Properties display="bodyfooter" group="tab1" group-tab="true" group-label="ProductInfo" label-tag="h3" label="" backdrop="full" show-all-count="200" layout-direction="vertical"/> <!-- Footnotes will be placed in the same group as properties and then appear under the same tab as properties. --> <Footnotes display="bodyfooter" group="tab1" group-tab="true" group-label="ProductInfo" label-tag="h3" label=""/> <!-- Used will be placed in a group, which will be placed under a tab with the label defined. Since UsedIn is also placed in bodyfooter the two tabs will be beside each other. --> <UsedIn id="default" display="bodyfooter" group="tab2" group-tab="true" group-label="UsedIn" label="" enable-root-navigation-only="true" presentation="true" catalogue-node="true" presentation-catalogue-node="true" bulletin="false" bulletin-catalogue-node="false" bulletin-presentation="false" navigation="allexceptnodes,node" navigation-element="catalogue" node-path-mode="auto" navigation-offset="0"> <DataViewOptions page-sizes="25, 50" default-page-size="25" auto-hide-page-sizes="true"> </DataViewOptions> </UsedIn> </Presentation>

 

Options

Usage

Values

Options

Usage

Values

group-tab

If true the group will be the content under a tab.

true / false

group-label

Name of tab as keytext.

String