1. #1
    Sencha User
    Join Date
    Mar 2012
    Posts
    16
    Vote Rating
    0
    Don Pipo is on a distinguished road

      0  

    Default Disable NavigationBar in NavigationView?

    Disable NavigationBar in NavigationView?


    Hi everyone,

    when I hand-code im allowed to say:

    Code:
    {
                xtype: 'navigationview',
                navigationBar: false
    }
    How can I reproduce the same in Sencha Architect? When I create a new NavigationView I can only add/config a Navigation Bar, but I can't remove it completely.
    Any ideas?

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    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


    Add a Navigation View and then add a custom configuration navigationBar: false.

    Ie type "navigationBar: false" in the quickset/search above the property grid and click Add.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Mar 2012
    Posts
    16
    Vote Rating
    0
    Don Pipo is on a distinguished road

      0  

    Default


    Aha! I can add custom configs with the filter field. Thank you very much for your answer. This works.