Hi,

just skip the creation of the BackButton through Page's config.

You can create your own Button, and add it with

 page.getLeftContainer().add(button);

http://demo.qooxdoo.org/current/apiviewer/#qx.ui.mobile.page.NavigationPage~getLeftContainer!method_public

http://demo.qooxdoo.org/current/apiviewer/#qx.ui.mobile.navigationbar.BackButton

This should do the trick for you.

Greetz Christopher
________________________________________
Von: Dragonheart [dragonheart...@gmail.com]
Gesendet: Montag, 14. Juli 2014 14:34
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] Restyling back button of navigation bar

Hi!
I'm on 3.5 Mobile version.

I want to restyle the back button of the navigation bar from NavigationPage
(in any custom button placed in the navigation bar is fine, but backButton
is already placed well, so it suits me), but there's no such property and I
can't get it with getChildren() method. How can set a custom Css class for
it? Or can I add a custom button with all the needed properties and let it
act like a back button?

Thanks!



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Restyling-back-button-of-navigation-bar-tp7585970.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to