Mercurial > lada > lada-client
view app/store/Datenbasis.js @ 64:a4a24e737deb
Added listener to open a new window to enter data fpr the new probe.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 31 May 2013 17:34:34 +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' } } });