Threaded View
-
11 Oct 2012 1:07 AM #1
Answered: Change Back-Button Form
Answered: Change Back-Button Form
Hi
I have a navigation view, an after pushing an other view on the root view, there is a back button which is like an arrow.
My question is, is it posible to change the back button form to a normal button without this arrow style?
thank you for your help.
-
Best Answer Posted by hadukiCode:
{ xtype:'navigationview', navigationBar:{ backButton:{ ui:'normal' } } }


Reply With Quote