Mercurial > lada > lada-client
view app/store/Kommentare.js @ 143:62b757ccdd8f
Show Messeinheit next to the Messwert field and change the value if the
Probenzusatz changes.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 28 Jun 2013 11:16:44 +0200 |
parents | 133fa41d3fe8 |
children | 39297b8e5ba2 |
line wrap: on
line source
Ext.define('Lada.store.Kommentare', { extend: 'Ext.data.Store', model: 'Lada.model.Kommentar' });