Mercurial > lada > lada-client
view app.js @ 109:2308094f5a8c
Added forms to add Orte
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 19 Jun 2013 14:10:25 +0200 |
parents | 6c69bbb61c65 |
children | c4f97a5a9939 |
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. requires: ['Ext.i18n.Bundle'], bundle: { bundle: 'Lada', lang: 'de-DE', path: 'resources', noCache: true }, 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', 'Kommentare', 'Sql', 'Orte', 'Messungen' ] });