view app/store/Messwerte.js @ 355:596501c16560

Issue8. Fixed filtering of comboboxes while typing.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 12:36:02 +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