forked from fanruan/fineui
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.
237 lines
4.4 KiB
237 lines
4.4 KiB
Demo.WIDGET_CONFIG = [{ |
|
id: 4, |
|
text: "详细控件", |
|
open: true |
|
}, { |
|
pId: 4, |
|
id: 401, |
|
text: '各种小控件' |
|
}, { |
|
pId: 401, |
|
text: "各种通用按钮", |
|
value: "demo.buttons" |
|
}, { |
|
pId: 401, |
|
text: "各种提示性信息", |
|
value: "demo.tips" |
|
}, { |
|
pId: 401, |
|
text: "各种items", |
|
value: "demo.items" |
|
}, { |
|
pId: 401, |
|
text: "各种节点node", |
|
value: "demo.nodes" |
|
}, { |
|
pId: 401, |
|
text: "各种segment", |
|
value: "demo.segments" |
|
}, { |
|
pId: 4, |
|
id: 402, |
|
text: "文本框控件" |
|
}, { |
|
pId: 402, |
|
text: "bi.text_editor", |
|
value: "demo.text_editor" |
|
}, { |
|
pId: 402, |
|
text: "bi.search_editor", |
|
value: "demo.search_editor" |
|
}, { |
|
pId: 402, |
|
text: "bi.number_editor", |
|
value: "demo.number_editor" |
|
}, { |
|
pId: 4, |
|
id: 403, |
|
text: "tree" |
|
}, { |
|
pId: 403, |
|
text: "bi.single_level_tree", |
|
value: "demo.single_level_tree" |
|
}, { |
|
pId: 403, |
|
text: "bi.select_level_tree", |
|
value: "demo.select_level_tree" |
|
}, { |
|
pId: 403, |
|
text: "bi.multilayer_single_level_tree", |
|
value: "demo.multilayer_single_level_tree" |
|
}, { |
|
pId: 403, |
|
text: "bi.multilayer_select_level_tree", |
|
value: "demo.multilayer_select_level_tree" |
|
}, { |
|
pId: 403, |
|
text: "bi.switch_tree", |
|
value: "demo.switch_tree" |
|
}, { |
|
pId: 4, |
|
id: 404, |
|
text: "table" |
|
}, { |
|
pId: 404, |
|
text: "bi.preview_table", |
|
value: "demo.preview_table" |
|
}, { |
|
pId: 404, |
|
text: "bi.responsive_table", |
|
value: "demo.responsive_table" |
|
}, { |
|
pId: 404, |
|
text: "bi.sequence_table", |
|
value: "demo.sequence_table" |
|
}, { |
|
pId: 404, |
|
text: "bi.page_table", |
|
value: "demo.page_table" |
|
}, { |
|
pId: 4, |
|
id: 405, |
|
text: "下拉列表" |
|
}, { |
|
pId: 405, |
|
text: "bi.down_list_combo", |
|
value: "demo.down_list" |
|
}, { |
|
pId: 4, |
|
id: 406, |
|
text: "复选下拉框" |
|
}, { |
|
pId: 406, |
|
text: "bi.multi_select_combo", |
|
value: "demo.multi_select_combo" |
|
}, { |
|
pId: 4, |
|
id: 407, |
|
text: "简单下拉树" |
|
}, { |
|
pId: 407, |
|
text: "bi.single_tree_combo", |
|
value: "demo.single_tree_combo" |
|
}, { |
|
pId: 4, |
|
id: 408, |
|
text: "多层级下拉树" |
|
}, { |
|
pId: 408, |
|
text: "bi.multilayer_single_tree_combo", |
|
value: "demo.multilayer_single_tree_combo" |
|
}, { |
|
pId: 4, |
|
id: 409, |
|
text: "可选下拉树" |
|
}, { |
|
pId: 409, |
|
text: "bi.select_tree_combo", |
|
value: "demo.select_tree_combo" |
|
}, { |
|
pId: 4, |
|
id: 410, |
|
text: "多层级可选下拉树" |
|
}, { |
|
pId: 410, |
|
text: "bi.multilayer_select_tree_combo", |
|
value: "demo.multilayer_select_tree_combo" |
|
}, { |
|
pId: 4, |
|
id: 411, |
|
text: "复选下拉树" |
|
}, { |
|
pId: 411, |
|
text: "bi.multi_tree_combo", |
|
value: "demo.multi_tree_combo" |
|
}, { |
|
pId: 4, |
|
id: 412, |
|
text: "日期相关控件" |
|
}, { |
|
pId: 412, |
|
text: "bi.year_combo", |
|
value: "demo.year" |
|
}, { |
|
pId: 412, |
|
text: "bi.month_combo", |
|
value: "demo.month" |
|
}, { |
|
pId: 412, |
|
text: "bi.quarter_combo", |
|
value: "demo.quarter" |
|
}, { |
|
pId: 412, |
|
text: "bi.year_month_combo", |
|
value: "demo.year_month_combo" |
|
}, { |
|
pId: 412, |
|
text: "bi.year_quarter_combo", |
|
value: "demo.year_quarter_combo" |
|
}, { |
|
pId: 412, |
|
text: "bi.date_pane", |
|
value: "demo.date_pane" |
|
}, { |
|
pId: 412, |
|
text: "bi.multidate_combo", |
|
value: "demo.multidate_combo" |
|
}, { |
|
pId: 412, |
|
text: "bi.date_time", |
|
value: "demo.date_time" |
|
}, { |
|
pId: 412, |
|
text: 'bi.time_interval', |
|
value: 'demo.time_interval' |
|
}, { |
|
pId: 4, |
|
id: 413, |
|
text: "数值区间控件" |
|
}, { |
|
pId: 413, |
|
text: "bi.number_interval", |
|
value: "demo.number_interval" |
|
}, { |
|
pId: 4, |
|
id: 415, |
|
text: "路径选择" |
|
}, { |
|
pId: 415, |
|
text: "bi.path_chooser", |
|
value: "demo.path_chooser" |
|
}, { |
|
pId: 415, |
|
text: "bi.direction_path_chooser", |
|
value: "demo.direction_path_chooser" |
|
}, { |
|
pId: 4, |
|
id: 416, |
|
text: "关联视图" |
|
}, { |
|
pId: 416, |
|
text: "bi.relation_view", |
|
value: "demo.relation_view" |
|
}, { |
|
pId: 4, |
|
id: 417, |
|
text: "布局" |
|
}, { |
|
pId: 417, |
|
text: "bi.arrangement", |
|
value: "demo.arrangement" |
|
}, { |
|
pId: 417, |
|
text: "bi.adaptive_arrangement", |
|
value: "demo.adaptive_arrangement" |
|
}, { |
|
pId: 417, |
|
text: "bi.interactive_arrangement", |
|
value: "demo.interactive_arrangement" |
|
}, { |
|
pId: 4, |
|
id: 419, |
|
text: "文件管理" |
|
}, { |
|
pId: 419, |
|
text: "bi.file_manager", |
|
value: "demo.file_manager" |
|
}]; |