view app/store/Proben.js @ 25:f964a50bfe57

Restructured the application. Fixed layouts etc.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 08 May 2013 12:20:06 +0200
parents 72778ac34dbb
children 4d60b9ebce15
line wrap: on
line source
Ext.define('Lada.store.Proben', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.Probe',
    proxy: {
        type: 'ajax',
        api: {
            read: 'server/rest/proben'
        },
        reader: {
            type: 'json'
        }
    }
});

http://lada.wald.intevation.org