Mercurial > lada > lada-client
view app.js @ 2:570373979387
Added a simple panel to the application.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 29 Apr 2013 14:20:54 +0200 |
parents | 1e257ec56220 |
children | ac736eea9b30 |
line wrap: on
line source
Ext.application({ name: 'Lada', autoCreateViewprt: true, launch: function() { // Start the application. console.log('Launching the application'); Ext.create('Ext.container.Viewport', { layout: 'fit', items: [ { xtype: 'panel', title: 'Probenauswahlmaske', html: 'Probenliste wird hier angezeigt.' } ] }); }, });