-
7 Mar 2011 10:21 AM #1
[OPEN]Ext.Router not working
[OPEN]Ext.Router not working
I tried the following
in my html file, I simply added this link
then I registered the controller and used the Router to map the URLCode:<a href="#contactsController">test</a>
When I click the link "test". It does not execute my controller.Code:Ext.regController('contacts', { list : function() { console.log('called list'); } }); Ext.Router.draw(function(map) { console.log(map); map.connect('contactsController', { controller : 'contacts', action : 'list' }); });
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Ext.Direct .NET Router
By evant in forum Ext.DirectReplies: 238Last Post: 10 Sep 2012, 1:09 AM -
How to pass to Ext.Router URL with parameters?
By alexerm in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 5 Mar 2011, 6:31 PM -
Spring3 MVC Ext.Direct Router
By MoShAn480 in forum Ext.DirectReplies: 4Last Post: 20 Feb 2010, 1:12 AM -
Ext.Direct .NET Router and SessionManagement
By Whatty in forum Ext.DirectReplies: 1Last Post: 18 Dec 2009, 4:51 AM -
Direct Router for AIR
By CutterBl in forum Ext.DirectReplies: 0Last Post: 20 May 2009, 2:49 AM


Reply With Quote