Mercurial > lada > lada-client
view app/store/Datenbasis.js @ 86:eb40b74f871a
Reload the store after the probe was created or edited.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 11 Jun 2013 11:43:14 +0200 |
parents | a1be7ccd4d0c |
children | ab067fdb91b5 |
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' } } });