|
|
@ -68303,14 +68303,17 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
}] |
|
|
|
}] |
|
|
|
}, |
|
|
|
}, |
|
|
|
maxHeight: 300 |
|
|
|
maxHeight: 302 |
|
|
|
}, |
|
|
|
}, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.Combo.EVENT_AFTER_HIDEVIEW, |
|
|
|
eventName: BI.Combo.EVENT_AFTER_HIDEVIEW, |
|
|
|
action: function(){ |
|
|
|
action: function(){ |
|
|
|
self.trigger.stopEditing(); |
|
|
|
self.trigger.stopEditing(); |
|
|
|
} |
|
|
|
} |
|
|
|
}] |
|
|
|
}], |
|
|
|
|
|
|
|
hideChecker: function (e) { |
|
|
|
|
|
|
|
return self.triggerBtn.element.find(e.target).length === 0; |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
left: 0, |
|
|
|
left: 0, |
|
|
|
right: 0, |
|
|
|
right: 0, |
|
|
@ -68319,7 +68322,12 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
|
|
|
cls: "trigger-icon-button", |
|
|
|
|
|
|
|
ref: function () { |
|
|
|
|
|
|
|
self.triggerBtn = this; |
|
|
|
|
|
|
|
}, |
|
|
|
width: o.height, |
|
|
|
width: o.height, |
|
|
|
|
|
|
|
height: o.height, |
|
|
|
handler: function () { |
|
|
|
handler: function () { |
|
|
|
if (self.combo.isViewVisible()) { |
|
|
|
if (self.combo.isViewVisible()) { |
|
|
|
self.combo.hideView(); |
|
|
|
self.combo.hideView(); |
|
|
|