The Caption tag is used to render an HTML <caption> inside of a data grid.
The Caption tag is used to render an HTML <caption> inside of a data grid. The caption
tag should be placed inside of a <netui-data:dataGrid> tag and will produce the
caption for the HTML table that the dataGrid renders.
To set HTML attributes on the rendered caption tag, use the attribute setters defined in this tag
Attributes |
dir |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The text direction attribute for the caption |
lang |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The language attribute for the HTML caption |
onClick |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onClick JavaScript event for the HTML caption. |
onDblClick |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onDblClick JavaScript event for the HTML caption. |
onKeyDown |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onKeyDown JavaScript event for the HTML caption. |
onKeyPress |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onKeyPress JavaScript event for the HTML caption. |
onKeyUp |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onKeyUp JavaScript event for the HTML caption. |
onMouseDown |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseDown JavaScript event for the HTML caption. |
onMouseMove |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseMove JavaScript event for the HTML caption. |
onMouseOut |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseOut JavaScript event for the HTML caption. |
onMouseOver |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseOver JavaScript event for the HTML caption. |
onMouseUp |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseUp JavaScript event for the HTML caption. |
style |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The style of the HTML caption |
styleClass |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The style class of the HTML caption. |
tagId |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The tagId. |
title |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The title attribute for the HTML caption |