comparison app/controller/Filter.js @ 794:bc6bc71efb78

Preselect Proben in PPS, Preselect the first entry in the Filter Combobox
author Dustin Demuth <dustin@intevation.de>
date Mon, 18 May 2015 16:17:14 +0200
parents d572ee3271ac
children 4b9b1d3ad9f1
comparison
equal deleted inserted replaced
793:d4eb8fb99b5e 794:bc6bc71efb78
31 init: function() { 31 init: function() {
32 this.control({ 32 this.control({
33 // CSS like selector to select element in the viewport. See 33 // CSS like selector to select element in the viewport. See
34 // ComponentQuery documentation for more details. 34 // ComponentQuery documentation for more details.
35 'combobox[name=filter]': { 35 'combobox[name=filter]': {
36 // Map Doubleclick on rows of the probenlist. 36 // Map Select event
37 select: this.selectSql 37 select: this.selectSql,
38 }, 38 },
39 'button[action=search]': { 39 'button[action=search]': {
40 // Map click event on Button. 40 // Map click event on Button.
41 click: this.search 41 click: this.search
42 }, 42 },

http://lada.wald.intevation.org