| container-class | R Documentation |
The container class is part of the panel layout system in NG-CHM. It is used to organize panes in a hierarchical structure. Each container can be either vertical or horizontal, and can contain multiple children (panes or other containers).
childrenA list of child objects (panes or other containers)
heightNumeric value for container height (as percentage, 0-100)
idCharacter string identifying the container (e.g. "ngChmContainer1")
verticalLogical indicating container is vertical (TRUE) or horizontal (FALSE)
widthNumeric value for container width (as percentage, 0-100)
pane for leaf nodes in the layout tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.