|
|
@ -3497,6 +3497,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
items: [], |
|
|
|
items: [], |
|
|
|
adjustLength: 0, |
|
|
|
adjustLength: 0, |
|
|
|
direction: "bottom", |
|
|
|
direction: "bottom", |
|
|
|
|
|
|
|
trigger: "click", |
|
|
|
el: {} |
|
|
|
el: {} |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
@ -3524,6 +3525,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
this.downlistcombo = BI.createWidget({ |
|
|
|
this.downlistcombo = BI.createWidget({ |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
type: 'bi.combo', |
|
|
|
type: 'bi.combo', |
|
|
|
|
|
|
|
trigger: o.trigger, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|