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.
89 lines
1.5 KiB
89 lines
1.5 KiB
Demo.BASE_CONFIG = [{ |
|
id: 2, |
|
text: "基础控件", |
|
open: false |
|
}, { |
|
pId: 2, |
|
text: "bi.label", |
|
value: "demo.label" |
|
},{ |
|
pId: 2, |
|
text: "bi.label_scene", |
|
value: "demo.label_scene" |
|
}, { |
|
pId: 2, |
|
text: "bi.icon_label", |
|
value: "demo.icon_label" |
|
}, { |
|
pId: 2, |
|
text: "bi.html", |
|
value: "demo.html" |
|
}, { |
|
pId: 2, |
|
text: "title提示", |
|
value: "demo.title" |
|
}, { |
|
pId: 2, |
|
text: "气泡提示", |
|
value: "demo.bubble" |
|
}, { |
|
pId: 2, |
|
text: "toast提示", |
|
value: "demo.toast" |
|
}, { |
|
pId: 2, |
|
id: 201, |
|
text: "button" |
|
}, { |
|
pId: 201, |
|
text: "bi.button", |
|
value: "demo.button" |
|
}, { |
|
pId: 201, |
|
text: "bi.text_button", |
|
value: "demo.text_button" |
|
}, { |
|
pId: 201, |
|
text: "bi.icon_button", |
|
value: "demo.icon_button" |
|
}, { |
|
pId: 201, |
|
text: "bi.image_button", |
|
value: "demo.image_button" |
|
}, { |
|
pId: 2, |
|
id: 202, |
|
text: "editor" |
|
}, { |
|
pId: 202, |
|
text: "bi.editor", |
|
value: "demo.editor" |
|
}, { |
|
pId: 202, |
|
text: "bi.multifile_editor", |
|
value: "demo.multifile_editor" |
|
}, { |
|
pId: 202, |
|
text: "bi.textarea_editor", |
|
value: "demo.textarea_editor" |
|
}, { |
|
pId: 2, |
|
id: 203, |
|
text: "tree" |
|
}, { |
|
pId: 203, |
|
text: "bi.tree_view", |
|
value: "demo.tree_view" |
|
}, { |
|
pId: 203, |
|
text: "bi.async_tree", |
|
value: "demo.sync_tree" |
|
}, { |
|
pId: 203, |
|
text: "bi.part_tree", |
|
value: "demo.part_tree" |
|
}, { |
|
pId: 2, |
|
text: "bi.pager", |
|
value: "demo.pager" |
|
}]; |