view app/store/Mst.js @ 35:3f801444b8d5

Added store for Messstelle. Fill Messstellen widget on search page dynamically.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 23 May 2013 16:09:05 +0200
parents
children ab067fdb91b5
line wrap: on
line source
Ext.define('Lada.store.Mst', {
    extend: 'Ext.data.Store',
    fields: ['mstId'],
    proxy: {
        type: 'ajax',
        api: {
        read: 'server/rest/mst'
        },
        reader: {
            type: 'json'
        }
    }
});

http://lada.wald.intevation.org