view app/store/Ortedetails.js @ 423:f0f6ae3aae52

Fixed class names.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:14:36 +0100
parents f9bb1ecf6462
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Ortedetails
 */
Ext.define('Lada.store.Ortedetails', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.Ortdetail',
    sorters: [{
        property: 'bezeichnung'
    }],
    autoLoad: true
});

http://lada.wald.intevation.org