Mercurial > lada > lada-client
view app/store/Messeinheit.js @ 173:1a11ae666f11
Added options to open dialogs directly without the need to click through the
applications.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 03 Jul 2013 16:49:41 +0200 |
parents | 1fb79e16149f |
children | 70a1b5962930 |
line wrap: on
line source
Ext.define('Lada.store.Messeinheit', { extend: 'Ext.data.Store', fields: ['mehId', 'einheit'], autoLoad: true, proxy: { type: 'ajax', api: { read: 'server/rest/messeinheit' }, reader: { type: 'json', root: 'data' } } });