Mercurial > lada > lada-client
diff app/view/ProbenPlanungSwitcher.js @ 792:d572ee3271ac
some work on a context-sensitive toolbar
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 13:00:13 +0200 |
parents | 704bb359c0fe |
children | bc6bc71efb78 |
line wrap: on
line diff
--- a/app/view/ProbenPlanungSwitcher.js Wed May 13 12:40:27 2015 +0200 +++ b/app/view/ProbenPlanungSwitcher.js Wed May 13 13:00:13 2015 +0200 @@ -31,9 +31,9 @@ xtype: 'radiofield', name: 'ppswitch', boxLabel: i18n.getMsg('probelist'), - inputValue: 'ProbenList', //this determines the store + inputValue: 'ProbeList', //this determines the store // which will be loaded, - checked: true, + //checked: true, handler: function(field, state){ if (state === true) { this.fireEvent('check', field); @@ -43,7 +43,7 @@ xtype: 'radiofield', name: 'ppswitch', boxLabel: i18n.getMsg('probeplanning'), - inputValue: 'MessprogrammeList', //name of a store + inputValue: 'MessprogrammList', //name of a store handler: function(field, state){ if (state === true) { this.fireEvent('check', field);