<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

alignmentThe text alignment of the image.
alternateTextThe alternate text of the image.
borderWidthThe border width of the image.
customAttributes
epilog
heightThe height of the image.
horizontalSpaceThe horizontal spacing of the image.
idCase-sensitive name used to identify the object instance.
imageThe URL location of the image.
instantiate
locale
modelThe model of the image.
name
prolog
ref
render
scope
styleClass
style
targetThe target the image should use.
URLThe URL to which the image should be linked.
useAsFormElementSpecifies whether to use the form version or standard version of the image, "true" uses the form version.
verticalSpaceThe vertical spacing of the image.
widthThe 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.