Mercurial > lada > lada-client
comparison app/controller/Zusatzwerte.js @ 539:31a770c6a9a9
Merge
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 15:42:55 +0100 |
parents | a12c9c97d3cb |
children | 99e738c17b81 |
comparison
equal
deleted
inserted
replaced
533:6301d3210a9f | 539:31a770c6a9a9 |
---|---|
20 this.callParent(arguments); | 20 this.callParent(arguments); |
21 }, | 21 }, |
22 | 22 |
23 addListeners: function() { | 23 addListeners: function() { |
24 this.control({ | 24 this.control({ |
25 'zusatzwertelist': { | 25 //'zusatzwertelist': { |
26 itemdblclick: this.editItem | 26 // itemdblclick: this.editItem |
27 }, | 27 //}, |
28 'zusatzwertelist toolbar button[action=add]': { | 28 'zusatzwertelist toolbar button[action=add]': { |
29 click: this.addItem | 29 click: this.addItem |
30 }, | 30 }, |
31 'zusatzwertelist toolbar button[action=delete]': { | 31 'zusatzwertelist toolbar button[action=delete]': { |
32 click: this.deleteItem | 32 click: this.deleteItem |