view app/store/Zusatzwerte.js @ 368:cec9fe8d0000

Set autoload to true
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 16 Aug 2013 11:13:17 +0200
parents 39297b8e5ba2
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