diff 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 diff
--- a/app.js	Mon Apr 29 14:20:07 2013 +0200
+++ b/app.js	Mon Apr 29 14:20:54 2013 +0200
@@ -3,5 +3,16 @@
     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.'
+                }
+            ]
+        });
+    },
 });

http://lada.wald.intevation.org