Mercurial > lada > lada-client
view app/store/Uwb.js @ 71:db26aeebe521
Added new Form for editing proben. Use this form in the edit window.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 05 Jun 2013 16:20:54 +0200 |
parents | a35119566841 |
children | ab067fdb91b5 |
line wrap: on
line source
Ext.define('Lada.store.Uwb', { extend: 'Ext.data.Store', fields: ['umwId'], proxy: { type: 'ajax', api: { read: 'server/rest/uwb' }, reader: { type: 'json' } } });