Mercurial > lada > lada-client
view app/store/Probenzusatzwerte.js @ 245:9a2c04b19874
Put all available search filters to the viewport. They are later hidden and
shown when the user selects the search query
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 23 Jul 2013 14:16:41 +0200 |
parents | a7bfaeb1655d |
children | 70a1b5962930 |
line wrap: on
line source
Ext.define('Lada.store.Probenzusatzwerte', { extend: 'Ext.data.Store', model: 'Lada.model.Probenzusatzwert' });