Mercurial > lada > lada-client
view app/store/Proben.js @ 47:e6d5177a9f6f
Set size of the edit window relative to the available space in the browser.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 27 May 2013 09:53:03 +0200 |
parents | 2a67e062519b |
children | 2fbd53b944fc |
line wrap: on
line source
Ext.define('Lada.store.Proben', { extend: 'Ext.data.Store', model: 'Lada.model.Probe', proxy: { type: 'ajax', url: 'server/rest/proben', api: { }, reader: { type: 'json' } } });