<TabLayout>
The following attributes can be defined for the <TabLayout>
element:
Attribute | Description |
---|---|
background | Defines the background color.
This setting overwrites the default color of the color scheme!
Possible values:
|
enabled | Activates the layout
Possible values: |
fontFamily | Defines the font family.
Possible values:
|
fontSize | Defines the font size.
This attribute overrides the default font size of the Web App for this layout.
Possible values:
|
fontStretch | Sets the width of the single characters.
This attribute overrides the default width of the characters of the Web App for this layout.
Possible values:
|
fontStyle | Defines the font style.
This attribute overrides the default style of the characters of the Web App for this layout.
Possible values:
|
fontWeight | Defines the font weight.
This attribute overrides the default font weight of the Web App for this layout.
Possible values:
|
foreground | Defines a color for the foreground (texts etc.) of the layout.
This setting overwrites the default color of the color scheme!
Possible values:
|
horizontalAlign | Direction in which the elements flow. The order of the elements corresponds to their declaration. Possible values:
|
selected | Defines which tab is opened if an action is executed on a tab. Note: This attribute works in conjunction with thename attribute for the <Tab> element. If the name attribute is not set for any of the existing <Tab> elements, selected has no effect. In the event of a name conflict, the first tab for which the name attribute is set is selected.
Possible values: any string or data binding expression |
textOverflow | Defines what happens if the layout is full. Possible values:
|
title | Title of the tab layout is displayed as header.
Possible values: any string |
visible | Defines if the layout is visible.
Possible values: |