itemDescription - 項目の説明

選択項目を説明します。

カテゴリ

basics

構文

itemDescription="description"

使用法

ソースモードで、コントロールを選択し、[すべてのプロパティ] をクリックして、[basics] の下にある [itemDescription] を探します。

このチェックボックスグループコントロールには、説明が付けられた選択用の 2 つの項目が含まれています。
<xp:checkBoxGroup id="checkBoxGroup1" value="#{document1.fruit}">
	<xp:selectItem itemLabel="Apples" itemValue="apples"
		itemDescription="Select if apples are desired.">
	</xp:selectItem>
	<xp:selectItem itemLabel="Oranges" itemValue="oranges"></xp:selectItem>
</xp:checkBoxGroup>