comparison app/controller/Sql.js @ 33:a35119566841

Fetch UWB dynamically.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 22 May 2013 14:22:46 +0200
parents 897e3100c6da
children 3f801444b8d5
comparison
equal deleted inserted replaced
32:162552e878e7 33:a35119566841
3 extend: 'Ext.app.Controller', 3 extend: 'Ext.app.Controller',
4 views: [ 4 views: [
5 'search.List' 5 'search.List'
6 ], 6 ],
7 stores: [ 7 stores: [
8 'Sql' 8 'Sql',
9 'Uwb'
9 ], 10 ],
10 init: function() { 11 init: function() {
11 console.log('Initialising the Sql controller'); 12 console.log('Initialising the Sql controller');
12 this.control({ 13 this.control({
13 // CSS like selector to select element in the viewport. See 14 // CSS like selector to select element in the viewport. See

http://lada.wald.intevation.org