[qooxdoo-devel] Form controller and DateField

2010-05-21 Thread rsantiagopaz
I have this little example. In target2model function, which is the paramet1's data type? I can't do any data model transformation, because I can't detect the correct data type. I was trying with any qooxdoo functions(qx.dev.Debug.*, qx.util.Serializer.*, etc) or others tricks but I cant detect.

Re: [qooxdoo-devel] Form controller and DateField

2010-05-21 Thread rsantiagopaz
this is the correct example: var doc = this.getRoot(); var form = new qx.ui.form.Form(); var txtName = new qx.ui.form.TextField(); form.add(txtName, Name, null, name); var txtDate1 = new qx.ui.form.DateField(); txtDate1.setValue(new Date()); form.add(txtDate1, Date, null,

Re: [qooxdoo-devel] Form controller and DateField

2010-05-21 Thread rsantiagopaz
Forget this. Please sorry. I detected my mistake. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Form-controller-and-DateField-tp5086263p5086592.html Sent from the qooxdoo mailing list archive at Nabble.com.