windy 6 years ago
parent
commit
e229051b38
  1. 8
      demo/js/case/combo/demo.text_value_combo.js
  2. 8
      dist/demo.js

8
demo/js/case/combo/demo.text_value_combo.js

@ -30,6 +30,14 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, {
iconCls: "pull-right-font",
value: 3
}]
}, {
type: "bi.search_multi_text_value_combo",
items: Demo.CONSTANTS.ITEMS,
width: 200,
value: {
type: 1,
value: ["1", "2", "3"]
}
}, {
type: "bi.button",
width: 90,

8
dist/demo.js vendored

@ -2211,6 +2211,14 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, {
iconCls: "pull-right-font",
value: 3
}]
}, {
type: "bi.search_multi_text_value_combo",
items: Demo.CONSTANTS.ITEMS,
width: 200,
value: {
type: 1,
value: ["1", "2", "3"]
}
}, {
type: "bi.button",
width: 90,

Loading…
Cancel
Save