comparison app/view/panel/Ort.js @ 1050:e0b5e64928c9 stammdatengrids

Use rowediting plugin for orte grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 01 Mar 2016 13:16:10 +0100
parents 1bd4c0709bd6
children 981339d774b8
comparison
equal deleted inserted replaced
1049:1bd4c0709bd6 1050:e0b5e64928c9
12 12
13 layout: { 13 layout: {
14 type: 'border' 14 type: 'border'
15 }, 15 },
16 toolbarPos: 'top', 16 toolbarPos: 'top',
17
18 editableGrid: true,
17 19
18 initComponent: function() { 20 initComponent: function() {
19 var i18n = Lada.getApplication().bundle; 21 var i18n = Lada.getApplication().bundle;
20 22
21 // Different Layout of toolbar depending on the bars position. 23 // Different Layout of toolbar depending on the bars position.
66 } 68 }
67 69
68 this.items = [{ 70 this.items = [{
69 xtype: 'ortstammdatengrid', 71 xtype: 'ortstammdatengrid',
70 width: '60%', 72 width: '60%',
73 editableGrid: this.editableGrid,
71 collapsible: true, 74 collapsible: true,
72 region: 'east' 75 region: 'east'
73 }, { 76 }, {
74 xtype: 'map', 77 xtype: 'map',
75 region: 'center', 78 region: 'center',

http://lada.wald.intevation.org