imageAlt - イメージ代替テキスト (プロパティ)

イメージを表示できない場合に表示する代替テキストを指定します。

注: このプロパティはリリース 9.0.1 で新しく追加されました。

カテゴリ

accessibility

構文

imageAlt="descriptive text"

使用法

設計モードで、[すべてのプロパティ] を クリックし、[accessibility] の下で [imageAlt] を探します。

以下は代替テキスト付きのフォルダーイメージを使用するタブです。
<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>