comparison app/view/grid/ProbeList.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 ec2b10d81343
comparison
equal deleted inserted replaced
1160:a393d9650a0b 1161:f56f3970d755
16 requires: 'Lada.view.window.DeleteProbe', 16 requires: 'Lada.view.window.DeleteProbe',
17 17
18 initComponent: function() { 18 initComponent: function() {
19 var i18n = Lada.getApplication().bundle; 19 var i18n = Lada.getApplication().bundle;
20 this.emptyText = i18n.getMsg('probe.emptyGrid'); 20 this.emptyText = i18n.getMsg('probe.emptyGrid');
21 21 this.selModel = Ext.create('Ext.selection.CheckboxModel', {
22 checkOnly: true,
23 injectCheckbox: 1
24 });
22 this.dockedItems = [{ 25 this.dockedItems = [{
23 xtype: 'toolbar', 26 xtype: 'toolbar',
24 dock: 'top', 27 dock: 'top',
25 items: [{ 28 items: [{
26 xtype: 'tbtext', 29 xtype: 'tbtext',

http://lada.wald.intevation.org