view app/store/Mst.js @ 70:1a943947a7d2

Added new listeners for events comming from the Probenforms.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 05 Jun 2013 15:43:42 +0200
parents 3f801444b8d5
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