|
|
@ -28,6 +28,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
trigger: o.trigger, |
|
|
|
trigger: o.trigger, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
|
|
|
|
isDefaultInit: true, |
|
|
|
container: o.container, |
|
|
|
container: o.container, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|