view app/store/Proben.js @ 43:9176ad09a4f1

Added testfunction (not working) to initialize the comboboxes with a given value after rendering the edit window. This needs work!
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 24 May 2013 16:40:11 +0200
parents 2a67e062519b
children 2fbd53b944fc
line wrap: on
line source
Ext.define('Lada.store.Proben', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.Probe',
    proxy: {
        type: 'ajax',
        url: 'server/rest/proben',
        api: {
        },
        reader: {
            type: 'json'
        }
    }
});

http://lada.wald.intevation.org