changeset 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 af8d7217521d
children ac736eea9b30
files app.js
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
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