<BoxLayout>
The following attributes can be defined for the <BoxLayout>
element:
Attribute | Description |
---|---|
background | Defines the background color.
This setting overwrites the default color of the color scheme!
Possible values:
|
border | Defines if a border is displayed around the layout. Possible values: |
border-left | Defines whether a left border is displayed Possible values: |
border-right | Defines whether a right border is displayed Possible values: |
border-top | Defines whether a top border is displayed Possible values: |
border-bottom | Defines whether a bottom border is displayed Possible values: |
fontStretch | Sets the width of the single characters.
This attribute overrides the default width of the characters of the Web App.
Possible values:
|
fontStyle | Defines the font style.
This attribute overrides the default width of the characters.
Possible values:
|
fontWeight | Defines the font weight. This attribute overrides the default weight of the characters. Possible values:
|
foreground | Defines the font color. This setting overwrites the default color of the color scheme!
|
height | Height of the layout Possible values: Integer |
horizontalAlign | Direction in which the elements flow. The order of the elements corresponds to their declaration. Possible values:
|
paddingBottom | Lower inner spacing Possible values: Any numerical values |
paddingLeft | Left inner spacing Possible values: Any numerical values |
paddingRight | Right inner spacing Possible values: Any numerical values |
paddingTop | Upper inner spacing Possible values: Any numerical values |
paddingUnits | Units for the inner spacing Possible values:
|
marginBottom | Lower outer spacing Possible values: Any numerical values |
marginLeft | Left outer spacing Possible values: Any numerical values |
marginRight | Right outer spacing Possible values: Any numerical values |
marginTop | Upper outer spacing Possible values: Any numerical values |
marginUnits | Units for the outer spacing Possible values:
|
textOverflow | Defines what happens if the page is full. Possible values:
|
units | Specifies the unit that applies to the height and width size specifications.Possible values:
|
visible | Defines if the layout is visible.
Mögliche Werte: Boolean or data binding expression |
width | Defines the width of the layout. Possible values: Integer |
Padding is the internal spacing, which is the distance between the content (e.g. text) and the frame of the element.
Margin is the outer distance, which is the distance between the element and the neighboring elements.