view app/store/Messeinheit.js @ 140:00e43c00b7f2

Display messwert of Zusatzwert with a prepended "<" if the messwert is smaller then the nachweisgrenze.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 28 Jun 2013 09:26:07 +0200
parents 882566d0b8f3
children 1fb79e16149f
line wrap: on
line source
Ext.define('Lada.store.Messeinheit', {
    extend: 'Ext.data.Store',
    fields: ['mehId', 'einheit'],
    proxy: {
        type: 'ajax',
        api: {
        read: 'server/rest/messeinheit'
        },
        reader: {
            type: 'json',
            root: 'data'
        }
    }
});

http://lada.wald.intevation.org