|
|
|
@ -55,17 +55,11 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
self.combo.hideView(); |
|
|
|
|
self.fireEvent(BI.SearchTextValueCombo.EVENT_CHANGE); |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
eventName: BI.SearchTextValueTrigger.EVENT_CLEAR, |
|
|
|
|
action: function () { |
|
|
|
|
self.setValue(); |
|
|
|
|
self.combo.hideView(); |
|
|
|
|
self.fireEvent(BI.SearchTextValueCombo.EVENT_CHANGE); |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
eventName: BI.SearchTextValueTrigger.EVENT_CLEAR, |
|
|
|
|
action: function () { |
|
|
|
|
self._clear(); |
|
|
|
|
self.fireEvent(BI.SearchTextValueCombo.EVENT_CHANGE); |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
}, |
|
|
|
|