1. #1
    Sencha User
    Join Date
    Jul 2012
    Posts
    14
    Vote Rating
    0
    alexandrn is on a distinguished road

      0  

    Default Global Header and Footer

    Global Header and Footer


    We have an intranet environment with several extJS apps.

    The current goal is to standardise look and feel through global css theme and predefined header with nav links to each of the app and a footer.

    What would be the best approach using SA2?

    Is there anyway that we could utilise Apache SSI through some markup of index.shtml?

    Thank you.

  2. #2
    Sencha User
    Join Date
    May 2010
    Location
    Guatemala, Central America
    Posts
    984
    Vote Rating
    47
    ssamayoa has a spectacular aura about ssamayoa has a spectacular aura about

      0  

    Default


    Quote Originally Posted by alexandrn View Post
    What would be the best approach using SA2?
    Custom component which should be in the north section of main Viewport.

    Quote Originally Posted by alexandrn View Post
    Is there anyway that we could utilise Apache SSI through some markup of index.shtml?
    mmm...
    I saw ExtJS more a Client/Server component model than web application (in the traditional sense).

    Regards.
    UI: Sencha Architect 2.x / ExtJS 4 MVC
    Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
    Application Server: Glassfish 3.1.x
    Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5

    If you like my answer please vote!

  3. #3
    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


    I'd recommend a viewport with a vbox layout, a fixed height header/footer and then in the center have a container with a layout of card. You can then individually swap in/out your particular subapps in the center card layout container.
    Aaron Conran
    @aconran
    Sencha Architect Development Team