diff app/controller/Proben.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 af8d7217521d
children 039584709fa7
line wrap: on
line diff
--- a/app/controller/Proben.js	Mon Apr 29 14:21:11 2013 +0200
+++ b/app/controller/Proben.js	Mon Apr 29 14:45:16 2013 +0200
@@ -1,5 +1,8 @@
 Ext.define('Lada.controller.Proben', {
     extend: 'Ext.app.Controller',
+    views: [
+        'proben.List'
+    ],
     init: function() {
         console.log('Initialising the Proben controller');
         this.control({

http://lada.wald.intevation.org