Mercurial > lada > lada-client
comparison app/view/window/Ortszuordnung.js @ 1304:9f15a932a525
Fixed ort filter close actions.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 14:40:26 +0100 |
parents | 996607be4752 |
children | 152fca74a839 |
comparison
equal
deleted
inserted
replaced
1303:996607be4752 | 1304:9f15a932a525 |
---|---|
288 map.selectFeature(this.model, ortrecord); | 288 map.selectFeature(this.model, ortrecord); |
289 this.down('ortszuordnungform').setOrt(null,ortrecord); | 289 this.down('ortszuordnungform').setOrt(null,ortrecord); |
290 } | 290 } |
291 osg.setLoading(false); | 291 osg.setLoading(false); |
292 map.setLoading(false); | 292 map.setLoading(false); |
293 } | 293 }, |
294 | |
295 onEsc: function() { | |
296 var me = this; | |
297 var search = me.down('textfield[name=search]'); | |
298 if (search.hasFocus) { | |
299 return; | |
300 } | |
301 me.callParent(arguments); | |
302 } | |
294 }); | 303 }); |
295 | 304 |