Mercurial > lada > lada-client
comparison app.js @ 724:876456ce0a01
Added new depencies: filesaver[1] and upload[2].
[1] https://github.com/eligrey/FileSaver.js/
[2] https://github.com/ivan-novakov/extjs-upload-widget
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 16 Apr 2015 15:53:53 +0200 |
parents | 5e91a740aff8 |
children | 3ffecbce17d6 |
comparison
equal
deleted
inserted
replaced
723:52c50a5f457b | 724:876456ce0a01 |
---|---|
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.i18n': 'resources/lib/i18n/' | 12 'Ext.i18n': 'resources/lib/i18n/', |
13 'Ext.ux.upload': 'resources/lib/upload' | |
13 } | 14 } |
14 }); | 15 }); |
15 | 16 |
16 Ext.application({ | 17 Ext.application({ |
17 | 18 |