view app/store/MessprogrammKategorie.js @ 980:7867752a0d58 stammdatengrids

Tidied up borders of the viewport
author Dustin Demuth <dustin@intevation.de>
date Thu, 03 Dec 2015 10:34:42 +0100
parents fb99332bb48e
children 49efc1cc0eac
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details. 
 */

/**
 * Store for MessprogrammKategorie Stammdaten
 */
Ext.define('Lada.store.MessprogrammKategorie', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.MessprogrammKategorie'
});

http://lada.wald.intevation.org