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()
public méthode
renderContents()
public méthode
Nothing to be rendered within image tags.
setAlternateText()
public méthode
Sets the alternative text to be displayed in the TImage when the image is unavailable.
setImageAlign()
public méthode
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.