guy 7 years ago
parent
commit
e982d34fd9
  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

@ -68158,11 +68158,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

@ -5643,11 +5643,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

@ -69912,11 +69912,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

@ -51,11 +51,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