Mercurial > lada > lada-client
comparison app/controller/Status.js @ 523:6ad453afbc31
Make tables editable for 'Status'
See LSB 3.5
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 16:20:15 +0100 |
parents | ad7f574b382a |
children | 99e738c17b81 |
comparison
equal
deleted
inserted
replaced
522:de1acaf21db3 | 523:6ad453afbc31 |
---|---|
21 this.callParent(arguments); | 21 this.callParent(arguments); |
22 }, | 22 }, |
23 | 23 |
24 addListeners: function() { | 24 addListeners: function() { |
25 this.control({ | 25 this.control({ |
26 'statuslist': { | 26 //'statuslist': { |
27 itemdblclick: this.editItem | 27 // itemdblclick: this.editItem |
28 }, | 28 //}, |
29 'statuslist toolbar button[action=add]': { | 29 'statuslist toolbar button[action=add]': { |
30 click: this.addItem | 30 click: this.addItem |
31 }, | 31 }, |
32 'statuslist toolbar button[action=delete]': { | 32 'statuslist toolbar button[action=delete]': { |
33 click: this.deleteItem | 33 click: this.deleteItem |