Sorry for the newbie question, but how do you use the "select" event
from DateChooser?
From the examples:
var chooser = new qx.ui.component.DateChooser;
chooser.setLocation(400, 50);
chooser.setWidth("auto");
chooser.setHeight("auto");
d.add(chooser);
chooser.addEventListener("select", function(e) {
// Where is the chosen date?
this.debug("DateChooser clicked!");
},
this;
I added the event listener and I know that I should get a DataEvent. But
I can't work out how to get the date chosen.
Also I'll just mention that the API documentation is broken in the
qx.Event.DataEvent page, in the constructor section.
Thanks.
--
Ian Leonard
Please ignore spelling and punctuation - I did.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel