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.

125 lines
2.1 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,
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
text: "message提示",
7 years ago
value: "demo.message"
}, {
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.code_editor",
value: "demo.code_editor"
}, {
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: 202,
text: "bi.sql_editor",
value: "demo.sql_editor"
7 years ago
}, {
pId: 202,
text: "bi.formula_editor",
value: "demo.formula_editor"
7 years ago
}, {
pId: 202,
text: "bi.rich_editor",
value: "demo.rich_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,
id: 204,
7 years ago
text: "table"
7 years ago
}, {
pId: 204,
text: "bi.table_view",
value: "demo.table_view"
}, {
pId: 204,
7 years ago
text: "bi.grid_table",
value: "demo.grid_table"
7 years ago
}, {
pId: 204,
7 years ago
text: "bi.collection_table",
value: "demo.collection_table"
7 years ago
}, {
pId: 204,
text: "bi.resizable_table",
value: "demo.resizable_table"
7 years ago
}, {
pId: 2,
text: "bi.pager",
value: "demo.pager"
}, {
pId: 2,
text: "bi.svg",
value: "demo.svg"
7 years ago
}, {
pId: 2,
text: "bi.canvas",
value: "demo.canvas"
7 years ago
}];