iconColumn - Icon Column
Defines an icon column.
Category
formatSyntax
<xe:this.iconColumn>
<xe:viewIconColumn>
<xe:this.icons>
<xe:iconEntry attributes>content</xe:iconEntry>
...
</xe:this.icons>
</xe:viewIconColumn>
</xe:this.iconColumn>
Usage
In Design mode, click All Properties and look for iconColumn under format.Each
icon is defined by an object of type
xe:viewIconColumn
with
properties as follows:Property | Description |
---|---|
alt="text" |
Alternative text if the icon cannot be displayed. |
loaded="true|false" |
Whether the tag instance should be created when
the page is loading. Defaults to true . |
selected="true|false" |
Whether the icon should be selected at load time.. |
selectedValue="value" |
Value that causes the icon to display. |
style="style,..." |
Space-separated list of CSS styles applied when the control is rendered. |
styleClass="class,..." |
Space-separated list of CSS style classes applied when the control is rendered. |
title="title" |
Advisory title. |
url="url" |
URL of the icon image. |
An icon column can also be defined in a facet with
key xp:key=icon
.