Mercurial > lada > lada-client
view app/store/Probenzusatzwerte.js @ 381:9bc080ecdbc9
Added action in controller to download the file in a new window.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 27 Aug 2013 10:40:14 +0200 |
parents | cec9fe8d0000 |
children | f9bb1ecf6462 |
line wrap: on
line source
/** * Store for Probenzusatzwerte */ Ext.define('Lada.store.Probenzusatzwerte', { extend: 'Ext.data.Store', sorters: [{ property: 'beschreibung', }], autoLoad: true, model: 'Lada.model.Probenzusatzwert' });