|
|
@ -4914,6 +4914,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { |
|
|
|
default: |
|
|
|
default: |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.triangle && this.triangle.destroy(); |
|
|
|
this.triangle = BI.createWidget(op, { |
|
|
|
this.triangle = BI.createWidget(op, { |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
cls: "button-combo-triangle-wrapper", |
|
|
|
cls: "button-combo-triangle-wrapper", |
|
|
@ -4974,6 +4975,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
_hideTriangle: function () { |
|
|
|
_hideTriangle: function () { |
|
|
|
this.triangle && this.triangle.destroy(); |
|
|
|
this.triangle && this.triangle.destroy(); |
|
|
|
|
|
|
|
this.triangle = null; |
|
|
|
this.combo.getView() && this.combo.getView().hideLine(); |
|
|
|
this.combo.getView() && this.combo.getView().hideLine(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -4986,10 +4988,6 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { |
|
|
|
this.combo && this.combo.showView(); |
|
|
|
this.combo && this.combo.showView(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
hasView: function () { |
|
|
|
|
|
|
|
return BI.isNotNull(this.combo.getView()); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
isViewVisible: function () { |
|
|
|
isViewVisible: function () { |
|
|
|
return this.combo.isViewVisible(); |
|
|
|
return this.combo.isViewVisible(); |
|
|
|
} |
|
|
|
} |
|
|
@ -9138,6 +9136,9 @@ BI.SortList = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
populate: function (items) { |
|
|
|
populate: function (items) { |
|
|
|
|
|
|
|
if (items) { |
|
|
|
|
|
|
|
arguments[0] = this._formatItems(items); |
|
|
|
|
|
|
|
} |
|
|
|
this.loader.populate.apply(this.loader, arguments); |
|
|
|
this.loader.populate.apply(this.loader, arguments); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -12346,6 +12347,7 @@ BI.EditorTrigger = BI.inherit(BI.Trigger, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
|
|
|
cls: "bi-border-left", |
|
|
|
width: o.triggerWidth |
|
|
|
width: o.triggerWidth |
|
|
|
}, |
|
|
|
}, |
|
|
|
width: o.triggerWidth |
|
|
|
width: o.triggerWidth |
|
|
|