Mercurial > lada > lada-client
comparison app/controller/Zusatzwerte.js @ 537:a12c9c97d3cb
Make tables editable for 'Zusatzwerte'
See LSB 3.5
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 15:41:35 +0100 |
parents | 8b4ec61c5752 |
children | 99e738c17b81 |
comparison
equal
deleted
inserted
replaced
536:fbe81214026a | 537:a12c9c97d3cb |
---|---|
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 |