This line solves your problem:

 carousel.getContentElement().onscroll = function (evt) {  
evt.srcElement.scrollLeft=0;};

Greetz Christopher


Am 04.02.2013 um 19:18 schrieb Moritz71:

var tx_name  = new qx.ui.mobile.form.TextField();
     var tx_vname = new qx.ui.mobile.form.TextField();
     var tx_geb   = new qx.ui.mobile.form.TextField();
     var form1 = new qx.ui.mobile.form.Form();
     var form2 = new qx.ui.mobile.form.Form();
     form1.add(tx_name, this.tr<http://this.tr/>("Name"));
     form1.add(tx_vname, this.tr<http://this.tr/>("Vorname"));
     form2.add(tx_geb, this.tr<http://this.tr/>("Geburtstag (tt.mm.jjjj)"));
     page1.add(new qx.ui.mobile.form.renderer.SinglePlaceholder(form1));
     page2.add(new qx.ui.mobile.form.renderer.SinglePlaceholder(form2));

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to