|
|
@ -40,6 +40,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
destroyWhenHide: o.destroyWhenHide, |
|
|
|
destroyWhenHide: o.destroyWhenHide, |
|
|
|
|
|
|
|
hideWhenAnotherComboOpen: o.hideWhenAnotherComboOpen, |
|
|
|
isNeedAdjustHeight: o.isNeedAdjustHeight, |
|
|
|
isNeedAdjustHeight: o.isNeedAdjustHeight, |
|
|
|
isNeedAdjustWidth: o.isNeedAdjustWidth, |
|
|
|
isNeedAdjustWidth: o.isNeedAdjustWidth, |
|
|
|
adjustLength: this._getAdjustLength(), |
|
|
|
adjustLength: this._getAdjustLength(), |
|
|
|