listInline - インラインリストコンテナ

構成要素のコントロールを縦並びのリストに編成します。

カテゴリ

拡張ライブラリ

構文

<xe:listInline attributes>content</xe:listInline>
表 1. 必須プロパティ
プロパティ 説明
id デフォルトは listInline1listInline2 などです。
表 2. すべてのプロパティ
カテゴリ プロパティ
basics bindingidloadedrenderedrendererType
styling disableThemefirstItemStylefirstItemStyleClassitemStyleitemStyleClasslastItemStylelastItemStyleClassstylestyleClassthemeId

使用法

このコントロールは、テキストを表示するコントロールを組み込む際に使用します。

以下の例は、3 つの要素からなる横並びのリストを表示します。
<xp:label value="Here is an inline list:" id="label4"></xp:label>
<xe:listInline id="list1">
	<xp:label value="Element one" id="label1"></xp:label>
	<xp:label value="Element two" id="label2"></xp:label>
	<xp:label value="Element three" id="label3"></xp:label>
</xe:listInline>