view app/store/Messwerte.js @ 354:0a8fd4c2e7a8

Fixed local filtering of combo
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 12:29:56 +0200
parents 39297b8e5ba2
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Messwerte
 */
Ext.define('Lada.store.Messwerte', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.Messwert'
});

http://lada.wald.intevation.org