imageAlt - Image Alternate Text (property)

Specifies alternate text for an image when the image cannot be displayed.

Note: This property is new with Release 9.0.1.

Category

accessibility

Syntax

imageAlt="descriptive text"

Usage

In Design mode, click All Properties and look for imageAlt under accessibility.

Examples

Here a tab uses a folder image with alternate text.
<xp:tabbedPanel id="tabbedPanel1">
	<xp:tabPanel label="New Tab" id="tabPanel1" image="/folder.gif"
		imageAlt="Icon for folder">
	</xp:tabPanel>
	<xp:tabPanel label="New Tab2" id="tabPanel2"></xp:tabPanel>
</xp:tabbedPanel>