view app/store/Messeinheit.js @ 211:401d559e0461

Fix rendering the form readonly.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 12 Jul 2013 15:56:41 +0200
parents 1fb79e16149f
children 70a1b5962930
line wrap: on
line source
Ext.define('Lada.store.Messeinheit', {
    extend: 'Ext.data.Store',
    fields: ['mehId', 'einheit'],
    autoLoad: true,
    proxy: {
        type: 'ajax',
        api: {
        read: 'server/rest/messeinheit'
        },
        reader: {
            type: 'json',
            root: 'data'
        }
    }
});

http://lada.wald.intevation.org