<netui-data:imageCell> Tag

Renders a column of images in a data grid.

Syntax

<netui-data:imageCell
    [align="align"]
    [alt="alt"]
    [border="border"]
    [cellAbbr="cellAbbr"]
    [cellAlign="cellAlign"]
    [cellAxis="cellAxis"]
    [cellChar="cellChar"]
    [cellCharoff="cellCharoff"]
    [cellColspan="cellColspan"]
    [cellDir="cellDir"]
    [cellHeaders="cellHeaders"]
    [cellLang="cellLang"]
    [cellOnClick="cellOnClick"]
    [cellOnDblClick="cellOnDblClick"]
    [cellOnKeyDown="cellOnKeyDown"]
    [cellOnKeyPress="cellOnKeyPress"]
    [cellOnKeyUp="cellOnKeyUp"]
    [cellOnMouseDown="cellOnMouseDown"]
    [cellOnMouseMove="cellOnMouseMove"]
    [cellOnMouseOut="cellOnMouseOut"]
    [cellOnMouseOver="cellOnMouseOver"]
    [cellOnMouseUp="cellOnMouseUp"]
    [cellRowspan="cellRowspan"]
    [cellScope="cellScope"]
    [cellStyle="cellStyle"]
    [cellStyleClass="cellStyleClass"]
    [cellTitle="cellTitle"]
    [cellValign="cellValign"]
    [filterExpression="filterExpression"]
    [height="height"]
    [hspace="hspace"]
    [onClick="onClick"]
    [onDblClick="onDblClick"]
    [onKeyDown="onKeyDown"]
    [onKeyPress="onKeyPress"]
    [onKeyUp="onKeyUp"]
    [onMouseDown="onMouseDown"]
    [onMouseMove="onMouseMove"]
    [onMouseOut="onMouseOut"]
    [onMouseOver="onMouseOver"]
    [onMouseUp="onMouseUp"]
    [sortExpression="sortExpression"]
    src="src"
    [style="style"]
    [styleClass="styleClass"]
    [title="title"]
    [vspace="vspace"]
    [width="width"] />

Description

Renders a column of images in a data grid.

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

The alignment of the image.
alt
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

The alternative text of the image
border
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

cellAbbr
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The abbreviated form of the cell's content.
cellAlign
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

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

The axis attribute.
cellChar
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

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

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

The colspan
cellDir
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

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

The headers attribute.
cellLang
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

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

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

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

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

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

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

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

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

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

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

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

The row span
cellScope
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

The scope attribute.
cellStyle
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

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

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

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

The vertical alignment.
filterExpression
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

[todo]
height
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

Integer. The height of the image to be displayed in pixels.
hspace
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

The horizontal spacing around the image.
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.
sortExpression
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: Yes

[todo]
src
Required: Yes  |   Supports runtime evaluation: Yes  |   Data bindable:

The source of the image to display.
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.
vspace
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

Integer. The width of the border around the image.
width
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

Integer. The width of the image to be displayed in pixels.