Mercurial > lada > lada-client
comparison app/view/grid/DatensatzErzeuger.js @ 1060:070255c0db28
Do not show a tooltip for empty data fields.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 09 Mar 2016 15:38:55 +0100 |
parents | ce1928e6e828 |
children | ca204e91012f |
comparison
equal
deleted
inserted
replaced
1059:fa422d69940c | 1060:070255c0db28 |
---|---|
31 this.emptyText = i18n.getMsg('de.emptyGrid'); | 31 this.emptyText = i18n.getMsg('de.emptyGrid'); |
32 if (Ext.Array.contains(Lada.funktionen, 4)) { | 32 if (Ext.Array.contains(Lada.funktionen, 4)) { |
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 errorSummary: false, | |
36 disabled: false, | 37 disabled: false, |
37 pluginId: 'rowedit' | 38 pluginId: 'rowedit' |
38 }); | 39 }); |
39 this.plugins = [this.rowEditing]; | 40 this.plugins = [this.rowEditing]; |
40 } | 41 } |