Mercurial > lada > lada-client
view app/store/Proben.js @ 23:dca4813dd502
Added debugging urls
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 07 May 2013 17:19:28 +0200 |
parents | 764a0aef0f56 |
children | 72778ac34dbb |
line wrap: on
line source
Ext.define('Lada.store.Proben', { extend: 'Ext.data.Store', model: 'Lada.model.Probe', autoLoad: true, proxy: { type: 'ajax', api: { read: 'server/rest/proben', //read: 'data/proben.json', update: 'data/proben2.json' }, reader: { type: 'json', contentType: "application/json; charset=utf-8;" } } });