|
|
@ -45,6 +45,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
container: o.container, |
|
|
|
container: o.container, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|
|
|
|
|
belowMouse: o.belowMouse, |
|
|
|
stopPropagation: o.stopPropagation, |
|
|
|
stopPropagation: o.stopPropagation, |
|
|
|
el: BI.createWidget(o.el, { |
|
|
|
el: BI.createWidget(o.el, { |
|
|
|
type: "bi.icon_trigger", |
|
|
|
type: "bi.icon_trigger", |
|
|
|