Documentation

Single Row Element - #singlerow {}

The single row element is a shortcut for a table with one row.

Commonly used by CSS anti-purists to get simple layouts to work in cross-browser scenarious. See this site for more information.

Usage

   #singlerow { cells=[
     #tablecell { body="Cell Text" },
     #tablecell { body=#link { text="Link" }}
   ]}

Attributes

  • cells (One or more tablecell elements.) - Set the table cells to be rendered within this row.

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.