This already has been fixed last week in latest devel.

Greetz Christopher


Am 04.02.2013 um 15:59 schrieb Alex:

var page = new qx.ui.mobile.page.NavigationPage();
page.setTitle("Hello World");
page.addListener("initialize", function() {

  var adminCheck = new qx.ui.mobile.form.CheckBox(false);
  adminCheck.setEnabled(false);
  adminCheck.hide();

  page.getContent().add(adminCheck);
},this);

this.getManager().addDetail(page);

page.show()

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to