comparison 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
comparison
equal deleted inserted replaced
1:af8d7217521d 2:570373979387
1 Ext.application({ 1 Ext.application({
2 name: 'Lada', 2 name: 'Lada',
3 autoCreateViewprt: true, 3 autoCreateViewprt: true,
4 launch: function() { 4 launch: function() {
5 // Start the application. 5 // Start the application.
6 } 6 console.log('Launching the application');
7 Ext.create('Ext.container.Viewport', {
8 layout: 'fit',
9 items: [
10 {
11 xtype: 'panel',
12 title: 'Probenauswahlmaske',
13 html: 'Probenliste wird hier angezeigt.'
14 }
15 ]
16 });
17 },
7 }); 18 });

http://lada.wald.intevation.org