Skip to content

NuiHeaderBox

maxcal edited this page May 16, 2011 · 1 revision

Abstract

nuiHeaderBox is created to make "Notepaper" heading groups. It is suitable for hub and page headings. It is made to have less confusing markup with less nodes than the p3 original.

Basic classes

.pane - generic list item .trim.top, .trim.bottom - images for top and bottom.

Construction

nuiHeaderBox can be constructed with the nuiBuilder.

Skeleton markup of a nuiHeaderBox with two panes

<div class="nuiHeaderBox t1 skin1">
  <div class="trim top">
    &nbsp;
  </div>
  <div class="pane">
    <h1 class="heading">
      Header
    </h1>
    <h2 class="cont">
      Content
    </h2>
  </div>
  <div class="trim bottom">
    &nbsp;
  </div>
</div>

External Methods

NONE

Clone this wiki locally