Mercurial > lada > lada-client
comparison app/view/grid/Ort.js @ 600:339741bc6ebf
Removed row editing plugin in ort grid.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 12 Mar 2015 15:48:34 +0100 |
parents | d47ee7439f44 |
children | 69cb367c0a63 |
comparison
equal
deleted
inserted
replaced
599:41d480b69436 | 600:339741bc6ebf |
---|---|
27 | 27 |
28 warnings: null, | 28 warnings: null, |
29 errors: null, | 29 errors: null, |
30 | 30 |
31 initComponent: function() { | 31 initComponent: function() { |
32 var rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { | |
33 clicksToMoveEditor: 1, | |
34 autoCancel: false, | |
35 itemId: 'rowedit' | |
36 }); | |
37 this.plugins = [rowEditing]; | |
38 | |
39 this.dockedItems = [{ | 32 this.dockedItems = [{ |
40 xtype: 'toolbar', | 33 xtype: 'toolbar', |
41 dock: 'bottom', | 34 dock: 'bottom', |
42 items: ['->', { | 35 items: ['->', { |
43 text: 'Details', | |
44 icon: 'resources/img/document-open.png', | |
45 action: 'open', | |
46 disabled: true | |
47 }, { | |
48 text: 'Hinzufügen', | 36 text: 'Hinzufügen', |
49 icon: 'resources/img/list-add.png', | 37 icon: 'resources/img/list-add.png', |
50 action: 'add', | 38 action: 'add', |
51 probeId: this.probeId | 39 probeId: this.probeId |
52 }, { | 40 }, { |