Mercurial > lada > lada-client
comparison app/store/Deskriptoren.js @ 769:274a843caf44
Added model and store for deskriptoren.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 12 May 2015 15:10:52 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
768:380edfecac67 | 769:274a843caf44 |
---|---|
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 Datenbasis | |
11 */ | |
12 Ext.define('Lada.store.Deskriptoren', { | |
13 extend: 'Ext.data.Store', | |
14 model: 'Lada.model.Deskriptor' | |
15 }); |