Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/grid/ProbeList.js Wed Jun 08 12:44:03 2016 +0200 +++ b/app/view/grid/ProbeList.js Fri Jun 24 11:47:08 2016 +0200 @@ -18,7 +18,10 @@ initComponent: function() { var i18n = Lada.getApplication().bundle; this.emptyText = i18n.getMsg('probe.emptyGrid'); - + this.selModel = Ext.create('Ext.selection.CheckboxModel', { + checkOnly: true, + injectCheckbox: 1 + }); this.dockedItems = [{ xtype: 'toolbar', dock: 'top',