<sbsGroup>
<sbsGroup>
is a Sectional
component that serves as a container element for multiple <sideBySide>
components.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
margins = "…" | [ number ] | |
valign = "…" | ||
valigns = "…" | [ text ] | |
width = "…" | ||
widths = "…" | [ number ] |
Property | Type |
---|---|
$s.absoluteMeasurements | boolean |
$s.disabled | boolean |
$s.fixed | boolean |
$s.fixLocation | boolean |
$s.gapWidth | number |
$s.hidden | boolean |
$s.margins | [ number ] |
$s.valigns | [ text ] |
$s.widths | [ number ] |
Example: <sbsGroup>
without attributes
In this example, the <sbsGroup>
container is used without any additional attributes.
The default margin between elements is 0.
Attribute Example: margins
In this example, two <sideBySide>
components are grouped together in
a unit with the <sbsGroup>
container. The margins
attribute provides a
margin that applies to both <sideBySide>
elements.
Attribute Example: width / widths
The widths
attribute can be used in the <sbsGroup>
container to
set the widths for all of the <sideBySide>
components contained in the group.