windy 6 years ago
parent
commit
3e71aa99bb
  1. 44
      dist/_fineui.min.js
  2. 23
      dist/bundle.js
  3. 42
      dist/bundle.min.js
  4. 6
      dist/case.js
  5. 23
      dist/fineui.js
  6. 44
      dist/fineui.min.js
  7. 17
      dist/widget.js
  8. 1
      src/case/combo/editoriconcheckcombo/combo.editoriconcheck.js
  9. 1
      src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js
  10. 1
      src/case/combo/textvaluecheckcombo/combo.textvaluechecksmall.js
  11. 1
      src/case/richeditor/plugins/combo.fontfamily.js
  12. 1
      src/case/richeditor/plugins/combo.sizechooser.js
  13. 1
      src/case/richeditor/richeditor.js
  14. 2
      src/widget/date/calendar/combo.month.date.js
  15. 1
      src/widget/datetime/datetime.combo.js
  16. 1
      src/widget/dynamicdate/dynamicdate.combo.js
  17. 1
      src/widget/dynamicdatetime/dynamicdatetime.combo.js
  18. 1
      src/widget/month/combo.month.js
  19. 1
      src/widget/multilayerselecttree/multilayerselecttree.combo.js
  20. 1
      src/widget/multilayersingletree/multilayersingletree.combo.js
  21. 1
      src/widget/multitree/multi.tree.combo.js
  22. 1
      src/widget/quarter/combo.quarter.js
  23. 1
      src/widget/selecttree/selecttree.combo.js
  24. 1
      src/widget/singleselect/singleselect.combo.js
  25. 1
      src/widget/singleselect/singleselect.insert.combo.js
  26. 1
      src/widget/singletree/singletree.combo.js
  27. 1
      src/widget/year/combo.year.js
  28. 1
      src/widget/yearmonth/combo.yearmonth.js
  29. 1
      src/widget/yearquarter/combo.yearquarter.js

44
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

23
dist/bundle.js vendored

@ -78314,6 +78314,7 @@ BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
});
this.editorIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -79192,6 +79193,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.textIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -79271,6 +79273,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.SmallTextIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -84435,6 +84438,7 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,
@ -84589,6 +84593,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,
@ -84696,6 +84701,7 @@ BI.RichEditor = BI.inherit(BI.Widget, {
this.editor = BI.createWidget(editor);
return {
type: "bi.combo",
container: o.container,
toggle: false,
trigger: "click",
direction: "top,right",
@ -88627,7 +88633,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({
type: "bi.combo",
offsetStyle: "center",
container: null,
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -89654,6 +89660,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -91468,6 +91475,7 @@ BI.extend(BI.DynamicDateCard, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},
@ -92349,6 +92357,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},
@ -95181,6 +95190,7 @@ BI.MonthCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -95859,6 +95869,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -96415,6 +96426,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -101775,6 +101787,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
toggle: false,
container: o.container,
el: this.trigger,
adjustLength: 1,
popup: {
@ -103729,6 +103742,7 @@ BI.QuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -105646,6 +105660,7 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -106756,6 +106771,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,
@ -107025,6 +107041,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,
@ -109370,6 +109387,7 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -110277,6 +110295,7 @@ BI.shortcut("bi.static_year_card", BI.StaticYearCard);BI.DynamicYearCombo = BI.i
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,
@ -111018,6 +111037,7 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,
@ -112040,6 +112060,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,

42
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/case.js vendored

@ -5630,6 +5630,7 @@ BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
});
this.editorIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -6508,6 +6509,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.textIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -6587,6 +6589,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.SmallTextIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -11751,6 +11754,7 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,
@ -11905,6 +11909,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,
@ -12012,6 +12017,7 @@ BI.RichEditor = BI.inherit(BI.Widget, {
this.editor = BI.createWidget(editor);
return {
type: "bi.combo",
container: o.container,
toggle: false,
trigger: "click",
direction: "top,right",

23
dist/fineui.js vendored

@ -78563,6 +78563,7 @@ BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
});
this.editorIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -79441,6 +79442,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.textIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -79520,6 +79522,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.SmallTextIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -84684,6 +84687,7 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,
@ -84838,6 +84842,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,
@ -84945,6 +84950,7 @@ BI.RichEditor = BI.inherit(BI.Widget, {
this.editor = BI.createWidget(editor);
return {
type: "bi.combo",
container: o.container,
toggle: false,
trigger: "click",
direction: "top,right",
@ -88876,7 +88882,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({
type: "bi.combo",
offsetStyle: "center",
container: null,
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -89903,6 +89909,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -91717,6 +91724,7 @@ BI.extend(BI.DynamicDateCard, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},
@ -92598,6 +92606,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},
@ -95430,6 +95439,7 @@ BI.MonthCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -96108,6 +96118,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -96664,6 +96675,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -102024,6 +102036,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
toggle: false,
container: o.container,
el: this.trigger,
adjustLength: 1,
popup: {
@ -103978,6 +103991,7 @@ BI.QuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -105895,6 +105909,7 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -107005,6 +107020,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,
@ -107274,6 +107290,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,
@ -109619,6 +109636,7 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -110526,6 +110544,7 @@ BI.shortcut("bi.static_year_card", BI.StaticYearCard);BI.DynamicYearCombo = BI.i
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,
@ -111267,6 +111286,7 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,
@ -112289,6 +112309,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,

44
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

17
dist/widget.js vendored

@ -454,7 +454,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({
type: "bi.combo",
offsetStyle: "center",
container: null,
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -1481,6 +1481,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -3295,6 +3296,7 @@ BI.extend(BI.DynamicDateCard, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},
@ -4176,6 +4178,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},
@ -7008,6 +7011,7 @@ BI.MonthCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -7686,6 +7690,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -8242,6 +8247,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -13602,6 +13608,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
toggle: false,
container: o.container,
el: this.trigger,
adjustLength: 1,
popup: {
@ -15556,6 +15563,7 @@ BI.QuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -17473,6 +17481,7 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -18583,6 +18592,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,
@ -18852,6 +18862,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,
@ -21197,6 +21208,7 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,
@ -22104,6 +22116,7 @@ BI.shortcut("bi.static_year_card", BI.StaticYearCard);BI.DynamicYearCombo = BI.i
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,
@ -22845,6 +22858,7 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,
@ -23867,6 +23881,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,

1
src/case/combo/editoriconcheckcombo/combo.editoriconcheck.js

@ -50,6 +50,7 @@ BI.EditorIconCheckCombo = BI.inherit(BI.Widget, {
});
this.editorIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js

@ -40,6 +40,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.textIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/case/combo/textvaluecheckcombo/combo.textvaluechecksmall.js

@ -39,6 +39,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
});
this.SmallTextIconCheckCombo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/case/richeditor/plugins/combo.fontfamily.js

@ -21,6 +21,7 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,

1
src/case/richeditor/plugins/combo.sizechooser.js

@ -110,6 +110,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
el: this.trigger,
adjustLength: 1,

1
src/case/richeditor/richeditor.js

@ -52,6 +52,7 @@ BI.RichEditor = BI.inherit(BI.Widget, {
this.editor = BI.createWidget(editor);
return {
type: "bi.combo",
container: o.container,
toggle: false,
trigger: "click",
direction: "top,right",

2
src/widget/date/calendar/combo.month.date.js

@ -34,7 +34,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
this.combo = BI.createWidget({
type: "bi.combo",
offsetStyle: "center",
container: null,
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,

1
src/widget/datetime/datetime.combo.js

@ -58,6 +58,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,

1
src/widget/dynamicdate/dynamicdate.combo.js

@ -37,6 +37,7 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},

1
src/widget/dynamicdatetime/dynamicdatetime.combo.js

@ -37,6 +37,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
ref: function () {
self.combo = this;
},

1
src/widget/month/combo.month.js

@ -58,6 +58,7 @@ BI.MonthCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,

1
src/widget/multilayerselecttree/multilayerselecttree.combo.js

@ -36,6 +36,7 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/widget/multilayersingletree/multilayersingletree.combo.js

@ -41,6 +41,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/widget/multitree/multi.tree.combo.js

@ -63,6 +63,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
toggle: false,
container: o.container,
el: this.trigger,
adjustLength: 1,
popup: {

1
src/widget/quarter/combo.quarter.js

@ -58,6 +58,7 @@ BI.QuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,

1
src/widget/selecttree/selecttree.combo.js

@ -34,6 +34,7 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/widget/singleselect/singleselect.combo.js

@ -91,6 +91,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,

1
src/widget/singleselect/singleselect.insert.combo.js

@ -90,6 +90,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
toggle: false,
el: this.trigger,
adjustLength: 1,

1
src/widget/singletree/singletree.combo.js

@ -35,6 +35,7 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
element: this,
adjustLength: 2,
el: this.trigger,

1
src/widget/year/combo.year.js

@ -47,6 +47,7 @@ BI.DynamicYearCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,

1
src/widget/yearmonth/combo.yearmonth.js

@ -56,6 +56,7 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,

1
src/widget/yearquarter/combo.yearquarter.js

@ -51,6 +51,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
el: this.trigger,

Loading…
Cancel
Save