-
31 Jan 2012 7:53 AM #1
Unanswered: How to hide the BackButton in NestedList?
Unanswered: How to hide the BackButton in NestedList?
Hi,
If anybody know how to hide the BackButton in the NestedList?
Any my attempts like testNestedList.getBackButton().hide() did not work :-(
Thank you.
-
31 Jan 2012 11:17 AM #2
Not recommended though.Code:nestedList.getToolbar().down('button[ui=back]').hide();Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
-
1 Feb 2012 1:39 PM #3
we get this code working for us:
nestedList.getBackButton().element.dom.style.visibility = 'hidden';


Reply With Quote