Showing posts with label extjs-mvc. Show all posts
Showing posts with label extjs-mvc. Show all posts

Wednesday, November 14, 2012

Extjs MVC. Multiple instances of views

If you find yourself thinking:

  1. Is there a way to use multiple instances of views in extjs
  2. I've created app that uses two instances of the same view in it. There are two controllers (each controller controls corresponding instance of view). When one of the instances fires event handlers in both controllers are called.
  3. How to manage two instances of the same view to have different stores
then you are in right place.