comparison app/view/grid/Messwert.js @ 624:927484545e9b

added xtype for numeric-fields to grid to enable decimalseparator-replacement by locale-config
author Dustin Demuth <dustin@intevation.de>
date Mon, 16 Mar 2015 11:23:38 +0100
parents f2742f9b5a64
children 7ede89336dbe
comparison
equal deleted inserted replaced
623:19d81c9aa97f 624:927484545e9b
70 allowBlank: false 70 allowBlank: false
71 } 71 }
72 }, { 72 }, {
73 header: 'Messwert', 73 header: 'Messwert',
74 dataIndex: 'messwert', 74 dataIndex: 'messwert',
75 xtype: 'numbercolumn',
75 width: 80, 76 width: 80,
76 editor: { 77 editor: {
77 xtype: 'numberfield', 78 xtype: 'numberfield',
78 allowBlank: false 79 allowBlank: false
79 } 80 }
95 valueField: 'id', 96 valueField: 'id',
96 allowBlank: false 97 allowBlank: false
97 } 98 }
98 }, { 99 }, {
99 header: '&lt;NWG', 100 header: '&lt;NWG',
101 xtype: 'numbercolumn',
100 width: 60, 102 width: 60,
101 dataIndex: 'messwertNwg' 103 dataIndex: 'messwertNwg'
102 }, { 104 }, {
103 header: 'Nachweisgrenze', 105 header: 'Nachweisgrenze',
106 xtype: 'numbercolumn',
104 width: 110, 107 width: 110,
105 dataIndex: 'nwgZuMesswert' 108 dataIndex: 'nwgZuMesswert'
106 }, { 109 }, {
107 header: 'Messfehler', 110 header: 'Messfehler',
108 dataIndex: 'messfehler', 111 dataIndex: 'messfehler',
112 xtype: 'numbercolumn',
109 width: 80, 113 width: 80,
110 editor: { 114 editor: {
111 xtype: 'numberfield', 115 xtype: 'numberfield',
112 allowBlank: false 116 allowBlank: false
113 } 117 }

http://lada.wald.intevation.org