comparison app/view/grid/Messmethoden.js @ 766:31eaed998531

enabled removal and creation of messgroessen for a messmethode
author Dustin Demuth <dustin@intevation.de>
date Tue, 12 May 2015 14:24:41 +0200
parents ba8c0e754979
children 5ee59111b188
comparison
equal deleted inserted replaced
765:62721a75d31d 766:31eaed998531
32 32
33 this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { 33 this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', {
34 clicksToMoveEditor: 1, 34 clicksToMoveEditor: 1,
35 autoCancel: false, 35 autoCancel: false,
36 disabled: false, 36 disabled: false,
37 pluginId: 'rowedit', 37 pluginId: 'mmtrowedit',
38 listeners:{ 38 listeners:{
39 // Make row ineditable when readonly is set to true 39 // Make row ineditable when readonly is set to true
40 // Normally this would belong into a controller an not the view. 40 // Normally this would belong into a controller an not the view.
41 // But the RowEditPlugin is not handled there. 41 // But the RowEditPlugin is not handled there.
42 beforeedit: function(e, o) { 42 beforeedit: function(e, o) {

http://lada.wald.intevation.org