view app/store/Probenzusatzwerte.js @ 443:0ab89a3b9090

Added new widget to enter the value for messwertNwg in when creating new messwerte.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 03 Dec 2013 11:24:13 +0100
parents f9bb1ecf6462
children debfcc7713e3
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