comparison app/view/Viewport.js @ 357:94884cd8f8c0

Added logic to upload a file to the server.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 16:21:08 +0200
parents 596501c16560
children cebed9ef8293
comparison
equal deleted inserted replaced
356:166203f7119d 357:94884cd8f8c0
15 'Lada.view.widgets.Uwb', 15 'Lada.view.widgets.Uwb',
16 'Lada.view.widgets.Datetime' 16 'Lada.view.widgets.Datetime'
17 ], 17 ],
18 initComponent: function() { 18 initComponent: function() {
19 console.log('Setting up Viewport'); 19 console.log('Setting up Viewport');
20 //this.initSearch(); 20 this.initSearch();
21 21
22 // Development related: 22 // Development related:
23 // Disable "initSearch" call and enable one of the following init 23 // Disable "initSearch" call and enable one of the following init
24 // methods to get a dialog directly without the need to click through 24 // methods to get a dialog directly without the need to click through
25 // the whole application. 25 // the whole application.
26 //this.initProbe(); 26 //this.initProbe();
27 //this.initOrt(); 27 //this.initOrt();
28 //this.initMessung(); 28 //this.initMessung();
29 this.initMesswert(); 29 //this.initMesswert();
30 30
31 //this.setInfo(); 31 this.setInfo();
32 this.callParent(arguments); 32 this.callParent(arguments);
33 }, 33 },
34 /** 34 /**
35 * Set some information about user, client and server version in the top 35 * Set some information about user, client and server version in the top
36 * of the application window. The data will be fetched from the server. 36 * of the application window. The data will be fetched from the server.

http://lada.wald.intevation.org