view app/store/Probenzusatzwerte.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 f9bb1ecf6462
line wrap: on
line source
/**
 * Store for Probenzusatzwerte
 */
Ext.define('Lada.store.Probenzusatzwerte', {
    extend: 'Ext.data.Store',
    sorters: [{
        property: 'beschreibung',
    }],
    autoLoad: true,
    model: 'Lada.model.Probenzusatzwert'
});

http://lada.wald.intevation.org