Mercurial > lada > lada-client
view app.js @ 51:230bac063b0b
Fixed debug output of the selected probe on doubleclick in grid.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 27 May 2013 14:59:23 +0200 |
parents | f964a50bfe57 |
children | 3c7bfff8bd64 |
line wrap: on
line source
Ext.application({ name: 'Lada', // Setting this variable to true should trigger loading the Viewport.js // file which sets ob the viewport. But this does not happen. autoCreateViewport: true, launch: function() { // Start the application. console.log('Launching the application'); }, // Define the controllers of the application. They will be initialized // first before the application "launch" function is called. controllers: [ 'Proben', 'Sql' ] });