Layout/Container Tags

Container tags define regions of the layout which contain other elements. Containers control how the child elements are presented within DashBoard. Container tags accept attributes which impact the container as a whole, and may also specify additional attributes which may be applied to child elements; these define how the elements are displayed within the container. Containers may be nested.

The following containers are supported:

Tag

Description

abs

Allows elements to be placed in absolute positions

flow

Aligns elements in a horizontal row

popup

Presents child elements in a popup window

simplegrid

Creates a grid of fixed-size rows and columns

split

Creates a draggable split screen with 2 components. 

tab

Creates a tabbed page

table

Creates a grid of rows and columns