Mercurial > lada > lada-client
view app/store/Datenbasis.js @ 57:982f3130e7f3
Added idProperty to "id" which is the default anyway. Removed api definition
and added kId field to the model.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 29 May 2013 15:19:56 +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' } } });