This functionality is only available for certain module packages.

You are here: Reference > Form-UI > Structure > tabbedPane

tabbedPane

Multiple Form-UIs can be displayed in a single editor as tabs via the <tabbedPane> element. Each individual tab is defined via the <tab> element (see tab). Tabs can also be created generically by means of the <loop> element (see also loop).

Attribute name Usage Attribute values Default value Description
readonly optional true, false true = Tab view is read-only.
false = Input fields in the tab view can also be written to.
Allowed sub-elements Quantity
tab any
loop any

Tabs created statically:

The following example displays three static tabs.

Tabs created by means of a loop:

The following example shows tabs that are generically created with a loop.