TImage displays an image on a page. The image is specified via the
{@link setImageUrl ImageUrl} property which takes a relative or absolute
URL to the image file. The alignment of the image displayed is set by
the {@link setImageAlign ImageAlign} property. To set alternative texts
or long description of the image, use {@link setAlternateText AlternateText}
or {@link setDescriptionUrl DescriptionUrl} property, respectively.
getAlternateText()
공개 메소드
Nothing to be rendered within image tags.
setAlternateText()
공개 메소드
Sets the alternative text to be displayed in the TImage when the image is unavailable.
Possible values include: absbottom, absmiddle, baseline, bottom, left,
middle, right, texttop, and top. If an empty string is passed in,
imagealign attribute will not be rendered.