comparison app/controller/Messungen.js @ 163:15318541e568

Added MKommentare store. Some cleanup.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 03 Jul 2013 14:03:00 +0200
parents 237a4efe715a
children 79a9c1a83305
comparison
equal deleted inserted replaced
162:5eb0cfac0e30 163:15318541e568
1 Ext.define('Lada.controller.Messungen', { 1 Ext.define('Lada.controller.Messungen', {
2 extend: 'Ext.app.Controller', 2 extend: 'Ext.app.Controller',
3 stores: [ 3 stores: [
4 'Messungen' 4 'Messungen',
5 ], 5 'MKommentare'
6 models: [
7 'Zusatzwert'
8 ], 6 ],
9 init: function() { 7 init: function() {
10 console.log('Initialising the Messungen controller'); 8 console.log('Initialising the Messungen controller');
11 this.control({ 9 this.control({
12 // CSS like selector to select element in the viewpzusatzwert. See 10 // CSS like selector to select element in the viewpzusatzwert. See

http://lada.wald.intevation.org