view app/store/Mst.js @ 62:2d6c4f4c9b11

Added comment on the id key in kommentare.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 31 May 2013 13:31:18 +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