Group Section

A section of type GROUP can have multiple sectionGroups. A sectionGroup groups sections of different types so they can display side by side.

Attributes

id

a unique ID that allows the sectionGroup to be referenced by the application and by the report.

width

how much of the page width the sectionGroup utilizes as a percentage.

height

defines the height as a percentage.

border

defines the left border specifying the type of line, pixel width and color.

valign

align the content vertically centered.

background-color

defines the background color using hex codes.

padding-right

defines the desired padding in millimeters.

padding-left

defines the desired padding in millimeters.

padding-top

defines the desired padding in pixels.

padding-bottom

defines the desired padding in pixels.

Example

<moxydoc:section id=”MoxyThings” type=GROUP>

        <moxydoc:sectionGroup id="Moxy" width="25%" valign=”center” border="solid 1.5px #000000" padding-right=”5mm”>

                <moxydoc:section id=”Section1” type=”GRID” />

                <moxydoc:section id=”Section2” type=”CHARTS” />

        </moxydoc:sectionGroup>

</moxydoc:section>


Click to see Comments

Help comments powered by Disqus