comparison 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
comparison
equal deleted inserted replaced
3:ac736eea9b30 4:b8e56e880f02
1 Ext.define('Lada.controller.Proben', { 1 Ext.define('Lada.controller.Proben', {
2 extend: 'Ext.app.Controller', 2 extend: 'Ext.app.Controller',
3 views: [
4 'proben.List'
5 ],
3 init: function() { 6 init: function() {
4 console.log('Initialising the Proben controller'); 7 console.log('Initialising the Proben controller');
5 this.control({ 8 this.control({
6 // CSS like selector to select element in the viewport. See 9 // CSS like selector to select element in the viewport. See
7 // ComponentQuery documentation for more details. 10 // ComponentQuery documentation for more details.

http://lada.wald.intevation.org