comparison app/view/widgets/Datenbasis.js @ 367:cdef828f8049

Set autoload to true
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 16 Aug 2013 11:10:16 +0200
parents 596501c16560
children f9bb1ecf6462
comparison
equal deleted inserted replaced
366:71ca7e597952 367:cdef828f8049
1 var datenbasisStore = Ext.create('Ext.data.Store', { 1 var datenbasisStore = Ext.create('Ext.data.Store', {
2 fields: ['datenbasisId', 'beschreibung', 'datenbasis'], 2 fields: ['datenbasisId', 'beschreibung', 'datenbasis'],
3 sorters: [{ 3 sorters: [{
4 property: 'datenbasis', 4 property: 'datenbasis',
5 }], 5 }],
6 autoLoad: true,
6 proxy: { 7 proxy: {
7 type: 'ajax', 8 type: 'ajax',
8 api: { 9 api: {
9 read: 'server/rest/datenbasis' 10 read: 'server/rest/datenbasis'
10 }, 11 },

http://lada.wald.intevation.org