Mercurial > lada > lada-client
comparison app.js @ 650:67963fcb7739
Removed old DateTimeField and replaced them with the new one.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 18 Mar 2015 13:55:14 +0100 |
parents | d21048cbdbb3 |
children | 39dd18124ebd |
comparison
equal
deleted
inserted
replaced
649:1f51b6020f8c | 650:67963fcb7739 |
---|---|
7 * the documentation coming with IMIS-Labordaten-Application for details. | 7 * the documentation coming with IMIS-Labordaten-Application for details. |
8 */ | 8 */ |
9 Ext.Loader.setConfig({ | 9 Ext.Loader.setConfig({ |
10 enabled: true, | 10 enabled: true, |
11 paths: { | 11 paths: { |
12 'Ext.ux.form.DateTimeField': 'resources/lib/datetime/UX_DateTimeField.js', | |
13 'Ext.ux.DateTimeMenu': 'resources/lib/datetime/UX_DateTimeMenu.js', | |
14 'Ext.ux.DateTimePicker': 'resources/lib/datetime/UX_DateTimePicker.js', | |
15 'Ext.ux.form.TimePickerField': 'resources/lib/datetime/UX_TimePickerField.js', | |
16 'Ext.i18n': 'resources/lib/i18n/' | 12 'Ext.i18n': 'resources/lib/i18n/' |
17 } | 13 } |
18 }); | 14 }); |
19 | 15 |
20 Ext.application({ | 16 Ext.application({ |