Documentation

Table Header Element - #tableheader {}

The table header element allows you to specify a tableheader within a tablerow element.

Usage

See the Table element for usage.

Attributes

  • text (string) - The text to display in the cell.

  • html_encode (boolean) - Set to true to safely html-encode the text.

  • body (Nitrogen element or list of elements.) - The element or elements that will be rendered in the cell.

  • align (Atom, 'left', 'right', or 'center') - Set the horizontal alignment of HTML elements within the cell.

  • valign (Atom, 'top', 'bottom', 'middle') - Set the vertical alignment of HTML elements within the cell.

  • rowspan (Integer) - Set how many rows this cell will span.

  • colspan (Integer) - Set how many columns this cell will span.

See Also



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