Mercurial > lada > lada-client
comparison app/controller/Orte.js @ 510:1643d74a40bb
Make tables editable for 'Orte'
See LSB 3.5
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Mon, 15 Dec 2014 10:49:40 +0100 |
parents | 8b4ec61c5752 |
children | de1acaf21db3 |
comparison
equal
deleted
inserted
replaced
509:4ac3eee22f96 | 510:1643d74a40bb |
---|---|
30 this.callParent(arguments); | 30 this.callParent(arguments); |
31 }, | 31 }, |
32 | 32 |
33 addListeners: function() { | 33 addListeners: function() { |
34 this.control({ | 34 this.control({ |
35 'ortelist': { | 35 //'ortelist': { |
36 itemdblclick: this.editItem | 36 // itemdblclick: this.editItem |
37 }, | 37 //}, |
38 'ortelist toolbar button[action=add]': { | 38 'ortelist toolbar button[action=add]': { |
39 click: this.addItem | 39 click: this.addItem |
40 }, | 40 }, |
41 'ortelist toolbar button[action=delete]': { | 41 'ortelist toolbar button[action=delete]': { |
42 click: this.deleteItem | 42 click: this.deleteItem |