Mercurial > lada > lada-client
view app/store/Probenzusatzwerte.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 | a7bfaeb1655d |
children | 70a1b5962930 |
line wrap: on
line source
Ext.define('Lada.store.Probenzusatzwerte', { extend: 'Ext.data.Store', model: 'Lada.model.Probenzusatzwert' });