Mercurial > lada > lada-client
diff app/controller/Sql.js @ 120:19eab475bbe5
Clean up part one. Reduced application to the search page. Moved some stores for comoboboxes right to the combobox
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 21 Jun 2013 16:53:39 +0200 |
parents | 9a549ca6e664 |
children | df6e36dd57ee |
line wrap: on
line diff
--- a/app/controller/Sql.js Fri Jun 21 16:51:16 2013 +0200 +++ b/app/controller/Sql.js Fri Jun 21 16:53:39 2013 +0200 @@ -1,13 +1,8 @@ var queries = new Array('query1', 'query2'); Ext.define('Lada.controller.Sql', { extend: 'Ext.app.Controller', - views: [ - 'search.List' - ], stores: [ - 'Sql', - 'Uwb', - 'Mst' + 'Proben' // List of found Proben ], init: function() { console.log('Initialising the Sql controller');