|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Using a JSCalendar as a Date Picker [Code Snippet]Hi All,
This is my first post to the group so I'd firstly like to thank the developers for a great framework. I'm still trying to learn it but so far so good. As it's been asked before in the archives, I thought I'd post my achievement in getting JSCalendar working within Qooxdoo. What you need: o qooxdoo 0.5.0 or higher o jscalendar 1.0 or higher - http://www.dynarch.com/demos/jscalendar/ o A calendar image - http://www.anim8.biz/images/Calendar.png (Resized to 16, 22, 32, 64, 128px) My directory structure looks like this: Base | +- qooxdoo | | | +- (...) | +- calendar | | | +- jscalendar-1.0 | +- images | +- 16 | | | +- calendar_16.png | +- 22 +- 32 +- 64 +- 128 Now for the code. save the following as "cal.html" and put it in the <Base> directory: <?xml version="1.0" encoding="iso-8859-1"?> <script type="text/javascript" src= "calendar/jscalendar-1.0/calendar.js"></script> </body> |
|
|
Re: Using a JSCalendar as a Date Picker [Code Snippet]> I thought I'd post my achievement in getting JSCalendar working within
> Qooxdoo. Posted at http://qooxdoo.oss.schlund.de/snippets/integrating-jscalendar Thanks very much! Keep them coming... Hugh ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
|
|
|
RE: Using a JSCalendar as a Date Picker [Code Snippet]> As a follow-up,
Posted. Hugh ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
| Free embeddable forum powered by Nabble | Forum Help |