Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/panel/Ort.js Tue Mar 01 11:50:39 2016 +0100 +++ b/app/view/panel/Ort.js Tue Mar 01 13:16:10 2016 +0100 @@ -15,6 +15,8 @@ }, toolbarPos: 'top', + editableGrid: true, + initComponent: function() { var i18n = Lada.getApplication().bundle; @@ -68,6 +70,7 @@ this.items = [{ xtype: 'ortstammdatengrid', width: '60%', + editableGrid: this.editableGrid, collapsible: true, region: 'east' }, {