diff app.js @ 4:b8e56e880f02

Added a first example view (userlisting) from the EXJS Tutorial. Need to be adapted.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 29 Apr 2013 14:45:16 +0200
parents ac736eea9b30
children 8e79bda4d55b
line wrap: on
line diff
--- a/app.js	Mon Apr 29 14:21:11 2013 +0200
+++ b/app.js	Mon Apr 29 14:45:16 2013 +0200
@@ -8,9 +8,8 @@
             layout: 'fit',
             items: [
                 {
-                    xtype: 'panel',
-                    title: 'Probenauswahlmaske',
-                    html: 'Probenliste wird hier angezeigt.'
+                    xtype: 'probenlist',
+                    title: 'Probenauswahlmaske'
                 }
             ]
         });

http://lada.wald.intevation.org