Mercurial > lada > lada-client
comparison app/view/Viewport.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 |
---|---|
108 * Function to initialize the edit window for a priticular ort directly | 108 * Function to initialize the edit window for a priticular ort directly |
109 * @private | 109 * @private |
110 */ | 110 */ |
111 initMessung: function() { | 111 initMessung: function() { |
112 var store = Ext.getStore('Messungen'); | 112 var store = Ext.getStore('Messungen'); |
113 var kstore = Ext.getStore('MKommentare'); | 113 var kstore = Ext.getStore('KommentareM'); |
114 var mstore = Ext.getStore('Messwerte'); | 114 var mstore = Ext.getStore('Messwerte'); |
115 var sstore = Ext.getStore('Status'); | 115 var sstore = Ext.getStore('Status'); |
116 probeId = "000007578314X"; | 116 probeId = "000007578314X"; |
117 store.load({ | 117 store.load({ |
118 params: { | 118 params: { |