Mercurial > lada > lada-client
view app/store/Proben.js @ 232:6ac95f587e10
Used new Editdialog and set the form readonly if the parent probe is readonly.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 17 Jul 2013 12:09:28 +0200 |
parents | 2fbd53b944fc |
children | 39297b8e5ba2 |
line wrap: on
line source
Ext.define('Lada.store.Proben', { extend: 'Ext.data.Store', model: 'Lada.model.Probe' });