comparison app.js @ 1308:6075731bc4f1

Added column filter to orte grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 02 Feb 2017 16:43:53 +0100
parents e317ba349204
children 46093e6f45d2
comparison
equal deleted inserted replaced
1307:152fca74a839 1308:6075731bc4f1
9 Ext.Loader.setConfig({ 9 Ext.Loader.setConfig({
10 enabled: true, 10 enabled: true,
11 paths: { 11 paths: {
12 'Ext.i18n': 'resources/lib/ext/i18n/', 12 'Ext.i18n': 'resources/lib/ext/i18n/',
13 'Ext.ux.upload': 'resources/lib/ext/upload', 13 'Ext.ux.upload': 'resources/lib/ext/upload',
14 'Ext.ux.util': 'resources/lib/ext/util' 14 'Ext.ux.util': 'resources/lib/ext/util',
15 'Ext.ux.grid': 'resources/lib/ext/grid'
15 } 16 }
16 }); 17 });
17 18
18 Ext.application({ 19 Ext.application({
19 20
29 'Lada.override.RestProxy', 30 'Lada.override.RestProxy',
30 'Lada.override.RowEditor', 31 'Lada.override.RowEditor',
31 'Lada.override.i18n.DE', 32 'Lada.override.i18n.DE',
32 'Lada.override.JSON', 33 'Lada.override.JSON',
33 'Lada.override.RowExpander', 34 'Lada.override.RowExpander',
35 'Lada.override.StringFilter',
34 'Lada.view.plugin.GridRowExpander', 36 'Lada.view.plugin.GridRowExpander',
35 'Ext.i18n.Bundle', 37 'Ext.i18n.Bundle',
36 'Ext.layout.container.Column', 38 'Ext.layout.container.Column',
37 'Lada.store.Deskriptoren', 39 'Lada.store.Deskriptoren',
38 'Lada.store.Ortszuordnung', 40 'Lada.store.Ortszuordnung',

http://lada.wald.intevation.org