diff app/view/grid/MessprogrammeList.js @ 1161:f56f3970d755

Checkbox added to ProbeList and MessprogrammList
author Evi Huber <ehuber@bfs.de>
date Fri, 24 Jun 2016 11:47:08 +0200
parents 1df6b6210b42
children
line wrap: on
line diff
--- a/app/view/grid/MessprogrammeList.js	Wed Jun 08 12:44:03 2016 +0200
+++ b/app/view/grid/MessprogrammeList.js	Fri Jun 24 11:47:08 2016 +0200
@@ -18,6 +18,10 @@
     initComponent: function() {
         var i18n = Lada.getApplication().bundle;
         this.emptyText = i18n.getMsg('messprogramme.emptyGrid');
+        this.selModel = Ext.create('Ext.selection.CheckboxModel', {
+             checkOnly: true,
+             injectCheckbox: 0
+        });
 
         this.dockedItems = [{
             xtype: 'toolbar',

http://lada.wald.intevation.org