-
15 Feb 2012 11:29 PM #1
Unanswered: navigationbar default back button
Unanswered: navigationbar default back button
How can I change deafult back button to icon in navigation bar?
-
16 Feb 2012 1:49 AM #2
I got the solution....
set the config of nevigation back button and you can get using this code
and setPHP Code:viewObject.getNavigationBar().backButton.setConfig({
iconMask: true,
iconCls: 'action',
});
defaultBackButtonText:' ',
otherwise icon is not display properly.
it may help you..


Reply With Quote