comparison app/view/ProbenPlanungSwitcher.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 fb99332bb48e
comparison
equal deleted inserted replaced
793:d4eb8fb99b5e 794:bc6bc71efb78
31 xtype: 'radiofield', 31 xtype: 'radiofield',
32 name: 'ppswitch', 32 name: 'ppswitch',
33 boxLabel: i18n.getMsg('probelist'), 33 boxLabel: i18n.getMsg('probelist'),
34 inputValue: 'ProbeList', //this determines the store 34 inputValue: 'ProbeList', //this determines the store
35 // which will be loaded, 35 // which will be loaded,
36 //checked: true, 36 checked: true,
37 handler: function(field, state){ 37 handler: function(field, state){
38 if (state === true) { 38 if (state === true) {
39 this.fireEvent('check', field); 39 this.fireEvent('check', field);
40 } 40 }
41 } 41 }

http://lada.wald.intevation.org