windy 7 years ago
parent
commit
367aa61c8d
  1. 4
      dist/bundle.js
  2. 2
      dist/bundle.min.js
  3. 4
      dist/case.js
  4. 4
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 4
      src/case/combo/staticcombo/combo.static.js

4
dist/bundle.js vendored

@ -68159,11 +68159,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
populate: function (items) {
this.combo.populate(items);
this.popup.populate(items);
},
setValue: function (v) {
this.combo.setValue(v);
this.popup.setValue(v);
},
getValue: function () {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -5644,11 +5644,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
populate: function (items) {
this.combo.populate(items);
this.popup.populate(items);
},
setValue: function (v) {
this.combo.setValue(v);
this.popup.setValue(v);
},
getValue: function () {

4
dist/fineui.js vendored

@ -69913,11 +69913,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
populate: function (items) {
this.combo.populate(items);
this.popup.populate(items);
},
setValue: function (v) {
this.combo.setValue(v);
this.popup.setValue(v);
},
getValue: function () {

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
src/case/combo/staticcombo/combo.static.js

@ -52,11 +52,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
populate: function (items) {
this.combo.populate(items);
this.popup.populate(items);
},
setValue: function (v) {
this.combo.setValue(v);
this.popup.setValue(v);
},
getValue: function () {

Loading…
Cancel
Save