문제

I am using qooxdoo mobile 3.5. Is it possible to add custom buttons to the default header in a navigation page?

도움이 되었습니까?

해결책

Yes it is possible this way:

var button = new qx.ui.mobile.navigationbar.Button("foo");

page.getLeftContainer().add(button); page.getRightContainer().add(button);

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top