view app/view/mkommentare/List.js @ 189:214d1b274a50

As the model now should have a readonly flag, the check if the form must be rendered as readonly was moved to the place where the model is actually bound to the form.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 05 Jul 2013 14:49:15 +0200
parents 133df8f75a12
children 62e116cd3e3b
line wrap: on
line source
Ext.define('Lada.view.mkommentare.List' ,{
    extend: 'Lada.view.kommentare.List',
    alias: 'widget.mkommentarelist',
    store: 'MKommentare',
    messungsId: null
});

http://lada.wald.intevation.org