Mercurial > lada > lada-client
comparison app.js @ 421:f06a882ab776
Added compiler tags for sencha cmd compiler and made the DateTime lib compile.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 11:59:40 +0100 |
parents | d80bb62b7fd4 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
420:eeeaea114249 | 421:f06a882ab776 |
---|---|
1 Ext.Loader.setConfig({ | |
2 enabled: true, | |
3 paths: { | |
4 'Ext.ux.form.DateTimeField': 'resources/datetime/UX_DateTimeField.js', | |
5 'Ext.ux.DateTimeMenu': 'resources/datetime/UX_DateTimeMenu.js', | |
6 'Ext.ux.DateTimePicker': 'resources/datetime/UX_DateTimePicker.js', | |
7 'Ext.ux.form.TimePickerField': 'resources/datetime/UX_TimePickerField.js' | |
8 } | |
9 }); | |
10 | |
1 Ext.application({ | 11 Ext.application({ |
2 | 12 |
3 // Name of the application. Do not change as this name is used in | 13 // Name of the application. Do not change as this name is used in |
4 // references! | 14 // references! |
5 name: 'Lada', | 15 name: 'Lada', |