Mercurial > lada > lada-client
comparison app/view/grid/Probenehmer.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 | 4db4902d11c8 |
comparison
equal
deleted
inserted
replaced
1059:fa422d69940c | 1060:070255c0db28 |
---|---|
32 | 32 |
33 if (Ext.Array.contains(Lada.funktionen, 4)) { | 33 if (Ext.Array.contains(Lada.funktionen, 4)) { |
34 this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { | 34 this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { |
35 clicksToMoveEditor: 1, | 35 clicksToMoveEditor: 1, |
36 autoCancel: false, | 36 autoCancel: false, |
37 errorSummary: false, | |
37 disabled: false, | 38 disabled: false, |
38 pluginId: 'rowedit' | 39 pluginId: 'rowedit' |
39 }); | 40 }); |
40 this.plugins = [this.rowEditing]; | 41 this.plugins = [this.rowEditing]; |
41 } | 42 } |