[Lada-commits] [PATCH 03 of 10] Removed row editing plugin in ort grid
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 12 15:52:35 CET 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426171714 -3600
# Node ID 339741bc6ebff00468c8d42341f0397ae4d911eb
# Parent 41d480b694362d214fd1526e6a0e6af57615594c
Removed row editing plugin in ort grid.
diff -r 41d480b69436 -r 339741bc6ebf app/view/grid/Ort.js
--- a/app/view/grid/Ort.js Thu Mar 12 15:48:03 2015 +0100
+++ b/app/view/grid/Ort.js Thu Mar 12 15:48:34 2015 +0100
@@ -29,22 +29,10 @@
errors: null,
initComponent: function() {
- var rowEditing = Ext.create('Ext.grid.plugin.RowEditing', {
- clicksToMoveEditor: 1,
- autoCancel: false,
- itemId: 'rowedit'
- });
- this.plugins = [rowEditing];
-
this.dockedItems = [{
xtype: 'toolbar',
dock: 'bottom',
items: ['->', {
- text: 'Details',
- icon: 'resources/img/document-open.png',
- action: 'open',
- disabled: true
- }, {
text: 'Hinzufügen',
icon: 'resources/img/list-add.png',
action: 'add',
More information about the Lada-commits
mailing list