Mercurial > lada > lada-client
comparison app/store/MessprogrammeList.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | fb99332bb48e |
children |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | 5 * and comes with ABSOLUTELY NO WARRANTY! Check out |
6 * the documentation coming with IMIS-Labordaten-Application for details. | 6 * the documentation coming with IMIS-Labordaten-Application for details. |
7 */ | 7 */ |
8 | 8 |
9 /** | 9 /** |
10 * Store for Messprogramme, it is used in the {@link Lada.view.grid.FilterResult} | 10 * Store for Messprogramme, it is used in the {@link Lada.view.grid.MessprogrammeList} |
11 */ | 11 */ |
12 Ext.define('Lada.store.MessprogrammeList', { | 12 Ext.define('Lada.store.MessprogrammeList', { |
13 extend: 'Ext.data.Store', | 13 extend: 'Ext.data.Store', |
14 model: 'Lada.model.MessprogrammList', | 14 model: 'Lada.model.MessprogrammList', |
15 pageSize: 50, | 15 pageSize: 50, |