comparison app/view/form/Messprogramm.js @ 793:d4eb8fb99b5e

Serialising GueltigVon and GueltigBis natively with Ext
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 May 2015 16:01:24 +0200
parents 442e7bd290dc
children b8fd43021c29
comparison
equal deleted inserted replaced
792:d572ee3271ac 793:d4eb8fb99b5e
244 xtype: 'datetime', 244 xtype: 'datetime',
245 fieldLabel: i18n.getMsg('gueltigVon'), 245 fieldLabel: i18n.getMsg('gueltigVon'),
246 labelWidth: 90, 246 labelWidth: 90,
247 anchor: '100%', 247 anchor: '100%',
248 name: 'gueltigVon', 248 name: 'gueltigVon',
249 format: 'd.m.Y H:i', 249 format: 'd.m.Y',
250 period: 'start' 250 period: 'start'
251 }, { 251 }, {
252 xtype: 'datetime', 252 xtype: 'datetime',
253 fieldLabel: i18n.getMsg('gueltigBis'), 253 fieldLabel: i18n.getMsg('gueltigBis'),
254 labelWidth: 90, 254 labelWidth: 90,
255 anchor: '100%', 255 anchor: '100%',
256 name: 'gueltigBis', 256 name: 'gueltigBis',
257 format: 'd.m.Y H:i', 257 format: 'd.m.Y',
258 period: 'end' 258 period: 'end'
259 }, { 259 }, {
260 xtype: 'numberfield', 260 xtype: 'numberfield',
261 fieldLabel: i18n.getMsg('offset'), 261 fieldLabel: i18n.getMsg('offset'),
262 labelWidth: 90, 262 labelWidth: 90,

http://lada.wald.intevation.org