comparison app/controller/grid/Messung.js @ 592:825973ca386f

Updated missing name changes for messung grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 12 Mar 2015 09:44:47 +0100
parents f2742f9b5a64
children ee92e352be20
comparison
equal deleted inserted replaced
591:f2742f9b5a64 592:825973ca386f
16 'Lada.view.window.MessungEdit' 16 'Lada.view.window.MessungEdit'
17 ], 17 ],
18 18
19 init: function() { 19 init: function() {
20 this.control({ 20 this.control({
21 'messungengrid': { 21 'messunggrid': {
22 itemdblclick: this.editItem 22 itemdblclick: this.editItem
23 }, 23 },
24 'messungengrid button[action=add]': { 24 'messunggrid button[action=add]': {
25 click: this.add 25 click: this.add
26 }, 26 },
27 'messungengrid button[action=delete]': { 27 'messunggrid button[action=delete]': {
28 click: this.remove 28 click: this.remove
29 } 29 }
30 }); 30 });
31 }, 31 },
32 32

http://lada.wald.intevation.org