[Lada-commits] [PATCH 2 of 7] added xtype for numeric-fields to grid to enable decimalseparator-replacement by locale-config
Wald Commits
scm-commit at wald.intevation.org
Mon Mar 16 12:26:52 CET 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1426501418 -3600
# Node ID 927484545e9b0bb964d1065fa4e3a267af59086e
# Parent 19d81c9aa97f1f969f4beb711a406554d176f107
added xtype for numeric-fields to grid to enable decimalseparator-replacement by locale-config
diff -r 19d81c9aa97f -r 927484545e9b app/view/grid/Messwert.js
--- a/app/view/grid/Messwert.js Mon Mar 16 11:12:10 2015 +0100
+++ b/app/view/grid/Messwert.js Mon Mar 16 11:23:38 2015 +0100
@@ -72,6 +72,7 @@
}, {
header: 'Messwert',
dataIndex: 'messwert',
+ xtype: 'numbercolumn',
width: 80,
editor: {
xtype: 'numberfield',
@@ -97,15 +98,18 @@
}
}, {
header: '<NWG',
+ xtype: 'numbercolumn',
width: 60,
dataIndex: 'messwertNwg'
}, {
header: 'Nachweisgrenze',
+ xtype: 'numbercolumn',
width: 110,
dataIndex: 'nwgZuMesswert'
}, {
header: 'Messfehler',
dataIndex: 'messfehler',
+ xtype: 'numbercolumn',
width: 80,
editor: {
xtype: 'numberfield',
More information about the Lada-commits
mailing list