<sasads:Image>
Generated the appropriate HTML 4.0/XHTML 1.0 INPUT or ANCHOR tag attributes to represent an image.
Syntax
<sasads:Image
[alignment="java.lang.String"]
[alternateText="java.lang.String"]
[borderWidth="int"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[height="int"]
[horizontalSpace="int"]
[id="value"]
[image="java.lang.String"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[target="java.lang.String"]
[URL="java.lang.String"]
[useAsFormElement="true|false"]
[verticalSpace="int"]
[width="int"]>
</sasads:Image>
Attributes
alignment | The text alignment of the image. |
|---|---|
alternateText | The alternate text of the image. |
borderWidth | The border width of the image. |
customAttributes | |
epilog | |
height | The height of the image. |
horizontalSpace | The horizontal spacing of the image. |
id | Case-sensitive name used to identify the object instance. |
image | The URL location of the image. |
instantiate | |
locale | |
model | The model of the image. |
name | |
prolog | |
ref | |
render | |
scope | |
styleClass | |
style | |
target | The target the image should use. |
URL | The URL to which the image should be linked. |
useAsFormElement | Specifies whether to use the form version or standard version of the image, "true" uses the form version. |
verticalSpace | The vertical spacing of the image. |
width | The width of the image. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.ImageInterface.
If you need to subclass the tag handler class for the sasads:Image tag, extend com.sas.taglib.servlet.beans.ImageTag.