You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.3 KiB
76 lines
1.3 KiB
8 years ago
|
Demo.LAYOUT_CONFIG = [{
|
||
8 years ago
|
id: 1,
|
||
|
text: "布局"
|
||
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.center_adapt",
|
||
|
value: "demo.center_adapt"
|
||
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.vertical_adapt",
|
||
8 years ago
|
value: "demo.vertical_adapt"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.horizontal_adapt",
|
||
8 years ago
|
value: "demo.horizontal_adapt"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.horizontal_auto",
|
||
8 years ago
|
value: "demo.horizontal_auto"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.horizontal_float",
|
||
8 years ago
|
value: "demo.horizontal_float"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.left_right_vertical_adapt",
|
||
8 years ago
|
value: "demo.left_right_vertical_adapt"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.center",
|
||
8 years ago
|
value: "demo.center_layout"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.float_center",
|
||
8 years ago
|
value: "demo.float_center"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.vertical",
|
||
8 years ago
|
value: "demo.vertical"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.horizontal",
|
||
8 years ago
|
value: "demo.horizontal"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.border",
|
||
8 years ago
|
value: "demo.border"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.left, bi.right",
|
||
8 years ago
|
value: "demo.flow"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.inline",
|
||
8 years ago
|
value: "demo.inline"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.htape",
|
||
8 years ago
|
value: "demo.htape"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.vtape",
|
||
8 years ago
|
value: "demo.vtape"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.grid",
|
||
8 years ago
|
value: "demo.grid"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.table",
|
||
8 years ago
|
value: "demo.table_layout"
|
||
8 years ago
|
}, {
|
||
|
pId: 1,
|
||
|
text: "bi.td",
|
||
8 years ago
|
value: "demo.td"
|
||
8 years ago
|
}];
|