Okan, Varol wrote:
> Did you check out the sample ?
> 
> http://demo.qooxdoo.org/current/sample/html/test/DateChooserButton_1.htm
> l
> 
> You'll find the code of DataChooserButton under
> qx/ui/component/
> 
> Hope that helped


Thanks, a use full link.

> Varol :)
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Ian
> Leonard
> Sent: Thursday, March 22, 2007 9:28 AM
> To: [email protected]
> Subject: [qooxdoo-devel] Date chooser events
> 
> 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

Reply via email to