fineui是帆软报表和BI产品线所使用的前端框架。
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

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