-
17 Apr 2012 11:38 PM #1
Disable NavigationBar in NavigationView?
Disable NavigationBar in NavigationView?
Hi everyone,
when I hand-code im allowed to say:
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.Code:{ xtype: 'navigationview', navigationBar: false }
Any ideas?
-
17 Apr 2012 11:54 PM #2
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
-
17 Apr 2012 11:55 PM #3
Aha! I can add custom configs with the filter field. Thank you very much for your answer. This works.


Reply With Quote