1. #1
    Sencha User
    Join Date
    Dec 2012
    Posts
    3
    Vote Rating
    1
    fespinola is on a distinguished road

      0  

    Default Multiple pages

    Multiple pages


    Can i have multiple pages in the same project?

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    You can have multiple pages in the same project, however Architect is not really designed to work this way.

    If you do need to create multiple pages, I would suggest using Architect to create the componentry and then use it in the different pages from another editor.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Dec 2012
    Posts
    3
    Vote Rating
    1
    fespinola is on a distinguished road

      0  

    Default


    I will develop a web application that will have several modules

    suppose that the application will have 5 processes, one module for settings and one module for reports

    Would you recommend Architec to develop this application? or would you recommend another sencha product?

  4. #4
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Yes, it should accelerate your development.

    I would recommend building each page as a separate project (unless you are sharing a lot of components across these pages). In that case I'd recommend a single project and then editing the html pages in another IDE.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  5. #5
    Sencha User
    Join Date
    Dec 2012
    Posts
    11
    Vote Rating
    0
    andresdavidortiz is on a distinguished road

      0  

    Default


    I have the same case in my project, I want to develop an app and i've already designed two views at the same level (2 form.panel). In the first one there's a tab.panel which is divided into 5 tabs according to my needs, so the 3rd tap has a dataviewlist that will be filled up with jsonP data, the thing is when the user tap at some record i want it redirects the app to my second view, that is to say, my second form panel. How can i do that?