comparison app/view/kommentare/List.js @ 490:446e99cfd425

Updated views and controllers using the new model and stores.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 21:28:31 +0100
parents debfcc7713e3
children 850ccfe5f3c4
comparison
equal deleted inserted replaced
489:6056a7fd9aa2 490:446e99cfd425
10 * Grid to list Kommentare 10 * Grid to list Kommentare
11 */ 11 */
12 Ext.define('Lada.view.kommentare.List' ,{ 12 Ext.define('Lada.view.kommentare.List' ,{
13 extend: 'Ext.grid.Panel', 13 extend: 'Ext.grid.Panel',
14 alias: 'widget.kommentarelist', 14 alias: 'widget.kommentarelist',
15 store: 'Kommentare', 15 store: 'KommentareP',
16 viewConfig: { 16 viewConfig: {
17 maxHeight: 350, 17 maxHeight: 350,
18 emptyText: 'Keine Kommentaregefunden.', 18 emptyText: 'Keine Kommentaregefunden.',
19 // minHeight and deferEmptyText are needed to be able to show the 19 // minHeight and deferEmptyText are needed to be able to show the
20 // emptyText message. 20 // emptyText message.

http://lada.wald.intevation.org