-
25 Feb 2013 7:18 PM #51
How can i reuse your code if i just have a single app, but need to be launched multiple times in the same page.
Code:Ext.application({ id: 'app_v1', name: 'v1', appFolder : 'app', ... launch : function() { Ext.create('Ext.panel.Panel', { ... renderTo: 'div1' }; } Ext.application({ id: 'app_v2', name: 'v2', appFolder : 'app', ... launch : function() { Ext.create('Ext.panel.Panel', { ... renderTo: 'div2' }; } <body> <div id="div1"></div> <div id="div2"></div> </body>
-
10 May 2013 5:28 AM #52
Extjs MVC, multiple controller instances
Extjs MVC, multiple controller instances
Hi everyone, I've been trying to solve this issue also but with no luck yet.
What I'm trying to achieve is to have the hability to use the same controller on differente panels. Reuse the controllers basically. All my efforts untill now suggest me that the controllers are being instanced as singletons?
Any official override or sugestions?
-
11 May 2013 3:20 AM #53
Similar Threads
-
Applications - how many?
By westy in forum Ext: DiscussionReplies: 0Last Post: 21 Feb 2011, 5:45 AM -
Building Big Applications
By aramaki in forum Community DiscussionReplies: 14Last Post: 29 Dec 2010, 3:55 PM -
Calling ext GWT applications from legacy applications
By mathaj77 in forum Ext GWT: DiscussionReplies: 3Last Post: 14 Aug 2009, 4:15 AM -
Writting big applications
By bkraut in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 21 Jul 2008, 12:32 AM -
Customize applications
By JuanPalomo in forum Ext.nd for Notes/DominoReplies: 0Last Post: 2 Apr 2008, 11:51 PM


Reply With Quote