Documentation
Sections

.section

A section defines a group of items that should display together. A section should be the direct child of the container. It will grow to fit the number of elements places inside it, providing a scroll bar if elements show overflow off screen. In future releases the JavaScript portion of the framework will help build dynamic menus based on the sections you have placed on your view, but for now you can use one of the menu modules to create a tabbed view. Sections have the default padding and gap already applied, which makes it easy to drop them in and start adding labels, fields or rows.

Section

Compatible Child Blocks

  • .row
  • .card
  • OnBase Controls (Attributes, Filters, etc.)

Compatible Adjusters

AdjusterTargetDescription
.align-stretchChildrenWill cause all children to expand to the full height of the block
.align-endChildrenAligns children to the vertical end of the block
.align-centerChildrenAligns children to the vertical center of the block
.align-baselineChildrenAligns children to the vertical baseline
.justify-stretchChildrenWill cause all children to expand and use the remaining free space in the width of the block
.justify-endChildrenAligns children to the vertical end of the block in order
.justify-centerChildrenAligns children to the vertical center of the block in order
.justify-baselineChildrenAligns children to the vertical baseline in order
.gap-noneChildrenRemoves the gap between child items
.gap-smallChildrenCreates a small gap between child elements
.gap-mediumChildrenCreates a medium gap between child elements
.gap-largeChildrenCreates a large gap between child elements
.pad-noneSelfRemoves all padding from itself
.pad-smallSelfAdd a small padding around the inside border of itself
.pad-mediumSelfAdd a medium padding around the inside border of itself
.pad-largeSelfAdd a large padding around the inside border of itself