Mercurial > lada > lada-client
view app/store/Datenbasis.js @ 109:2308094f5a8c
Added forms to add Orte
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 19 Jun 2013 14:10:25 +0200 |
parents | ab067fdb91b5 |
children |
line wrap: on
line source
Ext.define('Lada.store.Datenbasis', { extend: 'Ext.data.Store', fields: ['datenbasisId', 'beschreibung', 'datenbasis'], proxy: { type: 'ajax', api: { read: 'server/rest/datenbasis' }, reader: { type: 'json', root: 'data' } } });