Plugin SDK
Breadcrumbs

View Group


A view used to group other views together with or without header text describing the content.


On this page:

/*<![CDATA[*/ div.rbtoc1773673778564 {padding: 0px;} div.rbtoc1773673778564 ul {list-style: disc;margin-left: 0px;} div.rbtoc1773673778564 li {margin-left: 0px;padding-left: 0px;} /*]]>*/ Usage Anatomy Layout Implementation

Usage

View groups allow for multiple views to be grouped together and separated from other views by a divider.


Anatomy

  1. Title (optional)

  2. Views

  3. Divider


SampleViewGroup_anatomy.png

Layout

View groups will stretch horizontally to fill all available space on the page.  The title is right justified when it is present, and a divider line is placed at the bottom of the group to indicate the its end.  Views contained by the group always adhere to their own layout rules.


Implementation

Implement this on a page using HomeSeer.Jui.Views.ViewGroup.