Unanswered: ExtJS between multiple BROWSER windows?
Unanswered: ExtJS between multiple BROWSER windows?
I have an extJS application and due to project requirements, I am required to open a new BROWSER window (not an extJS Window). I know this is possible through the basic JavaScript window.open() method. It will open the new URL.
What I want to know is can I have that new URL be ext JS container? This is all running in the same web server and the same project, it is just this portion needs to show in a new browser window. I am confused because I know that you can only have one Viewport.js file located in app/view/Viewport.js.
Does this mean the new URL has to be a completely new project?
I am not sure I follow your requirement. When you open a new browser window, you have a new session .. so you can load what you want .. it would load the app in a new window.