-
27 Nov 2012 3:24 AM #1
Unanswered: Sencha 2 create new instance of view without replacing old one
Unanswered: Sencha 2 create new instance of view without replacing old one
I have a navigation view with list(A) as its item. On clicking the list(A) item, showing new view(B). Now the new view(B) is having one button on clicking again change to view(C). Problem is view(C) is same as view(B).
I am able to create the new view and push it, but not able to populate with new data. and on coming back to view(B), I am getting the data of view(C).
How can I use same view ?
Code:
http://stackoverflow.com/questions/1...lacing-old-one
-
27 Nov 2012 6:56 AM #2
Are you using id config ? remove it.
I write English by translator.


Reply With Quote