Mercurial > lada > lada-client
comparison app/controller/Sql.js @ 35:3f801444b8d5
Added store for Messstelle. Fill Messstellen widget on search page
dynamically.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 23 May 2013 16:09:05 +0200 |
parents | a35119566841 |
children | 2a67e062519b |
comparison
equal
deleted
inserted
replaced
34:d090ba4104ab | 35:3f801444b8d5 |
---|---|
4 views: [ | 4 views: [ |
5 'search.List' | 5 'search.List' |
6 ], | 6 ], |
7 stores: [ | 7 stores: [ |
8 'Sql', | 8 'Sql', |
9 'Uwb' | 9 'Uwb', |
10 'Mst' | |
10 ], | 11 ], |
11 init: function() { | 12 init: function() { |
12 console.log('Initialising the Sql controller'); | 13 console.log('Initialising the Sql controller'); |
13 this.control({ | 14 this.control({ |
14 // CSS like selector to select element in the viewport. See | 15 // CSS like selector to select element in the viewport. See |