|
|
@ -44,7 +44,8 @@ |
|
|
|
popup: {}, |
|
|
|
popup: {}, |
|
|
|
minWidth: 140, |
|
|
|
minWidth: 140, |
|
|
|
maxHeight: 1000, |
|
|
|
maxHeight: 1000, |
|
|
|
destroyWhenHide: false |
|
|
|
destroyWhenHide: false, |
|
|
|
|
|
|
|
isDefaultInit: true, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -57,7 +58,7 @@ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
trigger: o.trigger, |
|
|
|
trigger: o.trigger, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isDefaultInit: true, |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
container: o.container, |
|
|
|
container: o.container, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
adjustLength: o.adjustLength, |
|
|
|
direction: o.direction, |
|
|
|
direction: o.direction, |
|
|
|