.. コメント ============== tabs ============== .. csv-table:: :header: "プロパティ", "内容", "必須", "国際化", "備考" :widths: 20, 40, 10, 10, 20 "type", "widgetsの種別", "必須", "", "tabs" "tabitems", "widgetの配列", "必須", "", "" .. csv-table:: tabitems :header: "プロパティ", "内容", "必須", "国際化", "備考" :widths: 20, 40, 10, 10, 20 "titleNote", "タブのタイトル", "必須", "国際化", "" "items", "widgetの配列", "必須", "", "" tabsのレイアウトサンプル:: [ { "type": "tabs", "title": "tabs", "tabitems": [ { "title": "tabs-title1", "items": [ { "type": "input", "title": "string_para", "key": "string_para" }, { "type": "input", "title": "number_para", "key": "number_para" } ] }, { "title": "tabs-title2", "items": [ { "type": "radio", "direction": "column", "itemDirection": "row", "master": "gender", "title": "gender", "color": "primary", "key": "gender", "itemFlex": "1 1 100px" } ] } ] } ]