-
1 Feb 2012 2:38 PM #1
Answered: Hiding the NavigationBar
Answered: Hiding the NavigationBar
Hi, trying to hide the navigationBar in a Navigation View by setting it to false like:
It says you can do that in the current docs, but this doesn't hide it. Is there something I'm missing?Code:Ext.define('dms.view.AppContainer', { extend: 'Ext.navigation.View', xtype: 'app-container', config:{ navigationBar: false } });
-
Best Answer Posted by rdougan
Are you using Beta 1? http://www.sencha.com/blog/sencha-to...ising-the-bar/
-
1 Feb 2012 3:05 PM #2
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
-
2 Feb 2012 7:15 AM #3
Nope, I didn't know it was out. I was using PR4. It works fine in Beta 1. thanks!


Reply With Quote