Hi,

I ran the following code inside the playground and it seems the mobile
checkbox is not disabled, nor hidden.
Just don't know how I can keep the code there and put a link here....

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()

Best Regards,
Alex Knol
------------------------------------------------------------------------------
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