<netui-data:imageColumn> Tag

Syntax

<netui-data:imageColumn
    [align="align"]
    [border="border"]
    [headerText="headerText"]
    [height="height"]
    [hspace="hspace"]
    [onClick="onClick"]
    [onDblClick="onDblClick"]
    [onKeyDown="onKeyDown"]
    [onKeyPress="onKeyPress"]
    [onKeyUp="onKeyUp"]
    [onMouseDown="onMouseDown"]
    [onMouseMove="onMouseMove"]
    [onMouseOut="onMouseOut"]
    [onMouseOver="onMouseOver"]
    [onMouseUp="onMouseUp"]
    src="src"
    [style="style"]
    [styleClass="styleClass"]
    [title="title"]
    [vspace="vspace"]
    [width="width"] />

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

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

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

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:

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.
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.