view app/store/Proben.js @ 36:2a67e062519b

Implemted search. When user clicks on the search buttons parameters are fetched and a query url is the generated.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 23 May 2013 16:50:42 +0200
parents 4d60b9ebce15
children 2fbd53b944fc
line wrap: on
line source
Ext.define('Lada.store.Proben', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.Probe',
    proxy: {
        type: 'ajax',
        url: 'server/rest/proben',
        api: {
        },
        reader: {
            type: 'json'
        }
    }
});

http://lada.wald.intevation.org