windy 5 years ago
parent
commit
5a3c804bbb
  1. 10
      demo/js/widget/singletree/demo.multilayer_single_tree_combo.js
  2. 10
      dist/demo.js

10
demo/js/widget/singletree/demo.multilayer_single_tree_combo.js

@ -16,16 +16,8 @@ Demo.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
ref: function (_ref) { ref: function (_ref) {
self.tree = _ref; self.tree = _ref;
}, },
allowEdit: true,
text: "默认值", text: "默认值",
itemsCreator: function() { items: items,
return {
items: [{
value: 1
}],
hasNext: false
}
},
width: 300 width: 300
}, { }, {
type: "bi.button", type: "bi.button",

10
dist/demo.js vendored

@ -10586,16 +10586,8 @@ Demo.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
ref: function (_ref) { ref: function (_ref) {
self.tree = _ref; self.tree = _ref;
}, },
allowEdit: true,
text: "默认值", text: "默认值",
itemsCreator: function() { items: items,
return {
items: [{
value: 1
}],
hasNext: false
}
},
width: 300 width: 300
}, { }, {
type: "bi.button", type: "bi.button",

Loading…
Cancel
Save