view app/store/Proben.js @ 16:4faac2a04345

Remove title form sqllist to not show the panel header.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 30 Apr 2013 16:37:41 +0200
parents c0b2faa47ee5
children 9e1a40312bbe
line wrap: on
line source
Ext.define('Lada.store.Proben', {
    extend: 'Ext.data.Store',
    fields: ['probeId', 'datenbasisId'],
    model: 'Lada.model.Probe',
    autoLoad: true,
    proxy: {
        type: 'ajax',
        url: 'data/proben.json',
        reader: {
            type: 'json',
            root: 'proben'
        }
    }
});

http://lada.wald.intevation.org