raimund@548: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz raimund@548: * Software engineering by Intevation GmbH raimund@548: * raimund@548: * This file is Free Software under the GNU GPL (v>=3) raimund@548: * and comes with ABSOLUTELY NO WARRANTY! Check out raimund@548: * the documentation coming with IMIS-Labordaten-Application for details. raimund@548: */ raimund@548: raimund@548: /** dustin@1004: * Store for Orte details raimund@548: */ dustin@1004: Ext.define('Lada.store.Orte', { raimund@548: extend: 'Ext.data.Store', dustin@1004: model: 'Lada.model.Ort', raimund@548: sorters: [{ raimund@1055: property: 'gemId' raimund@548: }], ehuber@1417: pageSize: 50, raimund@548: autoLoad: true raimund@548: });