コンテンツにスキップ

詳細リスト

詳細リストはアバターとプライマリテキスト、セカンダリーテキスト、サポートテキストからアイテムが構成されるリストです。モバイルアプリケーションなど領域が少ないアプリケーションでの使用が有効です。

プロパティ

UIダイアログ

項目入力値オプションデフォルト値
ID文字列自動設定
数値390
高さ数値200
X数値
Y数値
表示真偽• オン
• オフ
オン
文字列詳細1
クリックイベント選択• なし
• アクション
アクション

アクション

項目プロパティデータ型オプションデフォルト値
IDidstring自動設定
widthnumber390
高さheightnumber200
Xxnumber
Yynumber
表示visibilityboolean• true
• false
true
valuearray of object詳細1

Tips

[詳細1] 値 (value)

デフォルトの状態は以下のように登録されています。[ADD]ボタンから登録します。 削除する場合は、チェックボックスを選択して、[DELETE]ボタンをクリックします。

選択IDアバタープライマリセカンダリサポート区切り線
チェックボックスitem1https://template-ui-image.webperformer.jp/image/Avatar.pngBrunch this weekend?Ali Connors— I will be in your neighborhood doing errands this…inset
チェックボックスitem2https://template-ui-image.webperformer.jp/image/Avatar.pngSummer BBQto Scott, Alex, Jennifer— Wish I could come, but Im out of town this…inset

valueはオブジェクトの配列形式になります。

[
{
"id": "item1",
"avatar": "https://template-ui-image.webperformer.jp/image/Avatar.png",
"primary": "Brunch this weekend?",
"secondary": "Ali Connors",
"supporting": " — I will be in your neighborhood doing errands this…",
"divider": "inset"
},
{
"id": "item2",
"avatar": "https://template-ui-image.webperformer.jp/image/Avatar.png",
"primary": "Summer BBQ",
"secondary": "to Scott, Alex, Jennifer",
"supporting": " — Wish I could come, but Im out of town this…",
"divider": "inset"
}
]

Tips

イベント

イベント名説明
onclickクリックした時にアクションを実行します。

[selected]プロパティによって、クリックした行のオブジェクトが取得できます。

項目
取得方法$ui.detailed_list_id.selected
取得値{“id”:“item1”,“avatar”:“/xxx/xxx/xxx.png”,“primary”:“xxx”,“secondary”:“xxx”,“supporting”:“xxx”,“divider”:“inset”}