comparison app/store/messprogramm.js @ 745:df684c3d4a7c

Added Messprogramme Store and Model
author Dustin Demuth <dustin@intevation.de>
date Fri, 24 Apr 2015 11:03:18 +0200
parents
children
comparison
equal deleted inserted replaced
744:4381a32d874f 745:df684c3d4a7c
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU GPL (v>=3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
6 * the documentation coming with IMIS-Labordaten-Application for details.
7 */
8
9 /**
10 * Store for Messprogramm
11 */
12 Ext.define('Lada.store.Messprogramm', {
13 extend: 'Ext.data.Store',
14 model: 'Lada.model.Messprogramm'
15 });
16

http://lada.wald.intevation.org