view app/store/Zusatzwerte.js @ 374:832e3c8f9191

Implemented dynamic ProbelList model. The model will get initialized by the fields configured in the sql configuration.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 20 Aug 2013 16:50:47 +0200
parents cec9fe8d0000
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Zusatzwerte
 */
Ext.define('Lada.store.Zusatzwerte', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Zusatzwert'
});

http://lada.wald.intevation.org