Mercurial > lada > lada-client
comparison app/controller/Messwert.js @ 525:5960189e4461
Make tables editable for 'Messwerte'
See LSB 3.5
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 18:21:19 +0100 |
parents | 8b4ec61c5752 |
children | 99e738c17b81 |
comparison
equal
deleted
inserted
replaced
524:8972f008dfb1 | 525:5960189e4461 |
---|---|
26 this.callParent(arguments); | 26 this.callParent(arguments); |
27 }, | 27 }, |
28 | 28 |
29 addListeners: function() { | 29 addListeners: function() { |
30 this.control({ | 30 this.control({ |
31 'messwertelist': { | 31 //'messwertelist': { |
32 itemdblclick: this.editItem | 32 // itemdblclick: this.editItem |
33 }, | 33 //}, |
34 'messwertelist toolbar button[action=add]': { | 34 'messwertelist toolbar button[action=add]': { |
35 click: this.addItem | 35 click: this.addItem |
36 }, | 36 }, |
37 'messwertelist toolbar button[action=delete]': { | 37 'messwertelist toolbar button[action=delete]': { |
38 click: this.deleteItem | 38 click: this.deleteItem |