view app/store/Uwb.js @ 33:a35119566841

Fetch UWB dynamically.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 22 May 2013 14:22:46 +0200
parents
children ab067fdb91b5
line wrap: on
line source
Ext.define('Lada.store.Uwb', {
    extend: 'Ext.data.Store',
    fields: ['umwId'],
    proxy: {
        type: 'ajax',
        api: {
        read: 'server/rest/uwb'
        },
        reader: {
            type: 'json'
        }
    }
});

http://lada.wald.intevation.org