1. #1
    Sencha User
    Join Date
    Apr 2012
    Posts
    40
    Vote Rating
    0
    jwbworks is on a distinguished road

      0  

    Default Unanswered: what is the best way to switch views

    Unanswered: what is the best way to switch views


    Hi all,

    i have an app with a carousel and the user can clock a common button and switch to a nested list view. if the person cancels out of the nested list view, I want the user to go back to the carousel. I have routes set up but using Ext.create makes a new instance of the carousel. what is the best way yo remove and add the carousel?

    thanks

    Jeff

  2. #2
    Sencha User jerome76's Avatar
    Join Date
    Apr 2012
    Location
    New Jersey
    Posts
    842
    Vote Rating
    57
    Answers
    87
    jerome76 has a spectacular aura about jerome76 has a spectacular aura about jerome76 has a spectacular aura about

      0  

    Default


    If you don't want to remove it, try referencing the carousel and calling .hide() and .show() (same for the nested list)