view app/store/Zusatzwerte.js @ 452:b5b129742abf

Removed maxlength of 5
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 12 Dec 2013 10:45:29 +0100
parents cec9fe8d0000
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Zusatzwerte
 */
Ext.define('Lada.store.Zusatzwerte', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Zusatzwert'
});

http://lada.wald.intevation.org