windy 7 years ago
parent
commit
b8b7dc5205
  1. 4
      dist/demo.js

4
dist/demo.js vendored

@ -1936,9 +1936,11 @@ Demo.IconTextValueCombo = BI.inherit(BI.Widget, {
text: "默认值", text: "默认值",
value: 1, value: 1,
width: 300, width: 300,
iconHeight: 16,
iconWidth: 16,
items: [{ items: [{
text: "MVC-1", text: "MVC-1",
iconCls: "close-font", iconCls: "check-box-icon",
value: 1 value: 1
}, { }, {
text: "MVC-2", text: "MVC-2",

Loading…
Cancel
Save