<netui-data:header> Tag

Renders an HTML table head tag (<thead>).

Syntax

<netui-data:header
    [align="align"]
    [char="char"]
    [charoff="charoff"]
    [dir="dir"]
    [lang="lang"]
    [onClick="onClick"]
    [onDblClick="onDblClick"]
    [onKeyDown="onKeyDown"]
    [onKeyPress="onKeyPress"]
    [onKeyUp="onKeyUp"]
    [onMouseDown="onMouseDown"]
    [onMouseMove="onMouseMove"]
    [onMouseOut="onMouseOut"]
    [onMouseOver="onMouseOver"]
    [onMouseUp="onMouseUp"]
    [style="style"]
    [styleClass="styleClass"]
    [title="title"]
    [valign="valign"] />

Description

Renders an HTML table head tag (<thead>).

Attributes
align
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The horizontal alignment.
char
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The horizontal alignment character.
charoff
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The horizontal alignment character offset
dir
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The text direction attribute.
lang
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The language.
onClick
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onClick JavaScript event.
onDblClick
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onDblClick JavaScript event.
onKeyDown
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onKeyDown JavaScript event.
onKeyPress
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onKeyPress JavaScript event.
onKeyUp
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onKeyUp JavaScript event.
onMouseDown
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onMouseDown JavaScript event.
onMouseMove
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onMouseMove JavaScript event.
onMouseOut
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onMouseOut JavaScript event.
onMouseOver
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onMouseOver JavaScript event.
onMouseUp
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The onMouseUp JavaScript event.
style
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The style.
styleClass
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The style class.
title
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

The title.
valign
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The vertical alignment.