comparison app/store/ProbenList.js @ 374:832e3c8f9191

Implemented dynamic ProbelList model. The model will get initialized by the fields configured in the sql configuration.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 20 Aug 2013 16:50:47 +0200
parents
children debfcc7713e3
comparison
equal deleted inserted replaced
373:9b663418b614 374:832e3c8f9191
1 /**
2 * Store for Proben
3 */
4 Ext.define('Lada.store.ProbenList', {
5 extend: 'Ext.data.Store',
6 model: 'Lada.model.ProbeList'
7 });

http://lada.wald.intevation.org