Attribute | Type | Description | Req. | RTExp |
alt | String |
Specifies the alternative text that is output when the
display of images in the browser has been disabled.
| |
|
height | String |
Specifies the height of the image.
| |
|
imagemap | String |
Specifies the name of an Imagemap which must be saved in the request.
The values that the ImageProperty returns are mapped to the entries
of this Imagemap. The mapping is done with the help of the regular
expression, which is assigned to every entry of the Imagemap.
Annotation:
Under the name, there must be an Imagemap saved in the request.
| |
|
name | String |
Specifies the name of the Java-Bean.
The Java-Bean must be stored in the given scope.
When the tag is surrounded by a Struts <html:form> tag,
no Bean Name need be specified. In this case, the Java-Bean
is drawn via a property of the Struts Form Bean.
Annotation:
A valid Java identifier must be given.
| |
|
property | String |
Specifies the name of the property using which the Java-Bean
is to be accessed. This is generally only necessary when
the Java-Bean is associated with a Struts Form Bean.
Annotation:
A valid Java identifier must be given.
| |
|
resource | resource key |
Selects an image resource from the applications
resource map
| |
|
src | String |
Specifies the image resource.
| |
|
style![available since version 1.7.007](../images/new.gif) | String |
An HTML-style can be directly specified with this attribute.
Annotation:
See HTML documentation for the attribute style.
| |
|
styleClass![available since version 1.7.007](../images/new.gif) | String |
The HTML-class attribute of the element can be specified with this attribute.
Annotation:
See HTML documentation for the attribute class.
| |
|
styleId![available since version 1.7.007](../images/new.gif) | String |
The HTML-id attribute of the element can be specified with this attribute.
Annotation:
See HTML documentation for the Attribute id.
| |
|
tooltip | String |
Tooltip text that is shown in a little popup window
when the user moves the cursor over the image.
The String will be HTML encoded before output
| |
|
value | String |
This attribute sets the initial displayed value of the field if it displays a textual or numerical value.
Annotation:
See HTML documentation for the attribute value.
| |
|
width | String |
Specifies the width of the image.
| |
|