torsten@472: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz torsten@472: * Software engineering by Intevation GmbH torsten@472: * torsten@472: * This file is Free Software under the GNU GPL (v>=3) torsten@472: * and comes with ABSOLUTELY NO WARRANTY! Check out raimund@497: * the documentation coming with IMIS-Labordaten-Application for details. torsten@472: */ torsten@472: torsten@357: /* torsten@357: * Formular to create a Probe torsten@357: */ torsten@357: Ext.define('Lada.view.proben.ImportForm', { torsten@357: extend: 'Ext.form.Panel', raimund@497: torsten@357: initComponent: function() { raimund@497: this.items = [{ raimund@491: xtype: 'fileuploadfield', raimund@491: title: 'Importdate' raimund@491: }]; raimund@491: this.callParent(arguments); torsten@357: } torsten@357: });