|
|
@ -12,6 +12,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
direction: "bottom", |
|
|
|
direction: "bottom", |
|
|
|
trigger: "click", |
|
|
|
trigger: "click", |
|
|
|
container: null, |
|
|
|
container: null, |
|
|
|
|
|
|
|
stopPropagation: false, |
|
|
|
el: {} |
|
|
|
el: {} |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -44,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, |
|
|
|
|
|
|
|
stopPropagation: o.stopPropagation, |
|
|
|
el: BI.createWidget(o.el, { |
|
|
|
el: BI.createWidget(o.el, { |
|
|
|
type: "bi.icon_trigger", |
|
|
|
type: "bi.icon_trigger", |
|
|
|
extraCls: o.iconCls ? o.iconCls : "pull-down-font", |
|
|
|
extraCls: o.iconCls ? o.iconCls : "pull-down-font", |
|
|
|