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.
185 lines
3.5 KiB
185 lines
3.5 KiB
Demo.CASE_CONFIG = [{ |
|
id: 3, |
|
text: "实例控件", |
|
open: false |
|
}, { |
|
pId: 3, |
|
id: 300, |
|
text: "按钮" |
|
}, { |
|
pId: 300, |
|
text: "bi.multi_select_item", |
|
value: "demo.multi_select_item" |
|
}, { |
|
pId: 300, |
|
text: "bi.single_select_item", |
|
value: "demo.single_select_item" |
|
}, { |
|
pId: 300, |
|
text: "bi.single_select_radio_item", |
|
value: "demo.single_select_radio_item" |
|
}, { |
|
pId: 3, |
|
id: 301, |
|
text: "editors" |
|
}, { |
|
pId: 301, |
|
text: "bi.shelter_editor", |
|
value: "demo.shelter_editor" |
|
}, { |
|
pId: 301, |
|
text: "bi.sign_editor", |
|
value: "demo.sign_editor" |
|
}, { |
|
pId: 301, |
|
text: "bi.state_editor", |
|
value: "demo.state_editor" |
|
}, { |
|
pId: 301, |
|
text: "bi.simple_state_editor", |
|
value: "demo.simple_state_editor" |
|
}, { |
|
pId: 301, |
|
text: "bi.clear_editor", |
|
value: "demo.clear_editor" |
|
}, { |
|
pId: 3, |
|
id: 302, |
|
text: "列表" |
|
}, { |
|
pId: 302, |
|
text: "bi.select_list", |
|
value: "demo.select_list" |
|
}, { |
|
pId: 302, |
|
text: "bi.lazy_loader", |
|
value: "demo.lazy_loader" |
|
}, { |
|
pId: 3, |
|
id: 303, |
|
text: "面板" |
|
}, { |
|
pId: 303, |
|
text: "bi.list_pane", |
|
value: "demo.list_pane" |
|
}, { |
|
pId: 303, |
|
text: "bi.panel", |
|
value: "demo.panel" |
|
}, { |
|
pId: 3, |
|
id: 304, |
|
text: "popup弹出层" |
|
}, { |
|
pId: 304, |
|
text: "bi.multi_popup_view", |
|
value: "demo.multi_popup_view" |
|
}, { |
|
pId: 304, |
|
text: "bi.popup_panel", |
|
value: "demo.popup_panel" |
|
}, { |
|
pId: 3, |
|
id: 305, |
|
text: "触发器trigger" |
|
}, { |
|
pId: 305, |
|
text: "bi.editor_trigger", |
|
value: "demo.editor_trigger" |
|
}, { |
|
pId: 305, |
|
text: "bi.icon_trigger", |
|
value: "demo.icon_trigger" |
|
}, { |
|
pId: 305, |
|
text: "bi.text_trigger", |
|
value: "demo.text_trigger" |
|
}, { |
|
pId: 305, |
|
text: "bi.select_text_trigger", |
|
value: "demo.select_text_trigger" |
|
}, { |
|
pId: 3, |
|
id: 306, |
|
text: "combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.bubble_combo", |
|
value: "demo.bubble_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.icon_combo", |
|
value: "demo.icon_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.text_value_combo", |
|
value: "demo.text_value_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.search_text_value_combo", |
|
value: "demo.search_text_value_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.icon_text_value_combo", |
|
value: "demo.icon_text_value_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.text_value_check_combo", |
|
value: "demo.text_value_check_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.editor_icon_check_combo", |
|
value: "demo.editor_icon_check_combo" |
|
}, { |
|
pId: 306, |
|
text: "bi.text_value_down_list_combo", |
|
value: "demo.text_value_down_list_combo" |
|
}, { |
|
pId: 3, |
|
id: 307, |
|
text: "tree" |
|
}, { |
|
pId: 307, |
|
text: "bi.display_tree", |
|
value: "demo.display_tree" |
|
}, { |
|
pId: 307, |
|
text: "bi.simple_tree", |
|
value: "demo.simple_tree" |
|
}, { |
|
pId: 307, |
|
text: "bi.level_tree", |
|
value: "demo.level_tree" |
|
}, { |
|
pId: 3, |
|
id: 309, |
|
text: "pager" |
|
}, { |
|
pId: 309, |
|
text: "bi.all_count_pager", |
|
value: "demo.all_count_pager" |
|
}, { |
|
pId: 309, |
|
text: "bi.direction_pager", |
|
value: "demo.direction_pager" |
|
}, { |
|
pId: 3, |
|
text: "bi.calendar", |
|
value: "demo.calendar" |
|
}, { |
|
pId: 3, |
|
text: "bi.color_chooser", |
|
value: "demo.color_chooser" |
|
}, { |
|
pId: 3, |
|
text: "bi.color_chooser_popup", |
|
value: "demo.color_chooser_popup" |
|
}, { |
|
pId: 3, |
|
text: "bi.segment", |
|
value: "demo.segment" |
|
}, { |
|
pId: 3, |
|
text: "点击项样式查看", |
|
value: "demo.click_item_effect" |
|
}]; |