comparison app/view/Viewport.js @ 355:596501c16560

Issue8. Fixed filtering of comboboxes while typing.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 12:36:02 +0200
parents b8bd8d9a93ab
children 94884cd8f8c0
comparison
equal deleted inserted replaced
354:0a8fd4c2e7a8 355:596501c16560
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