Does anyone know of a Prototype/Script.aculo.us based popup calendar? I''m looking for something that supports both popup and stationary placement, is lightweight, simple and elegant, is very flexible with event handling, supports user specified date formats like "%m-%d-%y" and doesn''t leak memory like an 80yr old crack addict with alzheimers (will be crated and destroyed one one page possibly many times). The only one I''ve found that meets most of those requirements has a horrible interface and is incredibly heavy, slow and buggy.. Dojo has a nice one but I want to stick to purely Prototype-based stuff for the time being. If you''ve personally made something like this I''d love to see it as well! Thanks, Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
http://datebocks.inimit.com/ is very nice. Colin Mollenhour wrote:> Does anyone know of a Prototype/Script.aculo.us based popup calendar?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
frank.schummertz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Aug-25 09:01 UTC
Re: SAU Date Picker widget
http://script.spinelz.org/datepicker.html This site has more nice prototype based widgets. Frank --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
First, I''m curious about the one you found that you thought was too heavy. (I''m kinda hoping you don''t say Dynarch, because I like it. ;-) --- For what it''s worth, I use a personal fork of the code at http://datebocks.inimit.com/ for my date and time selection needs. I changed it so that it plays nice with prototype and has an object-oriented interface. It should be noted that DateBocks uses the Dynarch calendar for the actual date (and time!) selection widget, so Dynarch is the one that should really be getting most of the credit for the code. See http://www.dynarch.com/projects/calendar/ for the details. All DateBocks does is make it so that you can type human-readable dates like "last tuesday" or "tomorrow" into a text field and have that magically turn into a properly formatted date onchange(). I think it''s kind of unfortunate that he packaged DateBocks up as a rails engine, because it''s really just a Javascript library, and it makes it hard for non-rails users to try out. Non-rails users end up having to check it out from subversion and digging for the javascript source. The subversion repository for that is at: http://svn.toolbocks.com/plugins/datebocks_engine for anyone who is interested. PS: My personal fork of DateBocks can be found as the last attachment on this page: http://dev.toolbocks.com/tickets/2 . I like it more than the official one, but I may be biased. ;-) . On 8/24/06, Colin Mollenhour <eliteii92g-NPSFNn/7+NYVo650/ln6uw@public.gmane.org> wrote:> > Does anyone know of a Prototype/Script.aculo.us based popup calendar? > I''m looking for something that supports both popup and stationary > placement, is lightweight, simple and elegant, is very flexible with > event handling, supports user specified date formats like "%m-%d-%y" and > doesn''t leak memory like an 80yr old crack addict with alzheimers (will > be crated and destroyed one one page possibly many times). The only one > I''ve found that meets most of those requirements has a horrible > interface and is incredibly heavy, slow and buggy.. Dojo has a nice one > but I want to stick to purely Prototype-based stuff for the time being. > If you''ve personally made something like this I''d love to see it as well! > > Thanks, > Colin >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Yes, dynarch... not to mention it gives errors occasionally in FF (moving your mouse over the calendar will occasionally throw unhandled exceptions). But I have to admit it is the best I''ve found. I''ll check out your personal DateBocks fork.<br> <br> Thanks,<br> Colin<br> <br> John Beppu wrote: <blockquote cite="mid21a10fe00608262239o4321b3fbk685640fac613a6e7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org" type="cite"> <pre wrap="">First, I''m curious about the one you found that you thought was too heavy. (I''m kinda hoping you don''t say Dynarch, because I like it. ;-) --- For what it''s worth, I use a personal fork of the code at <a class="moz-txt-link-freetext" href="http://datebocks.inimit.com/">http://datebocks.inimit.com/</a> for my date and time selection needs. I changed it so that it plays nice with prototype and has an object-oriented interface. It should be noted that DateBocks uses the Dynarch calendar for the actual date (and time!) selection widget, so Dynarch is the one that should really be getting most of the credit for the code. See <a class="moz-txt-link-freetext" href="http://www.dynarch.com/projects/calendar/">http://www.dynarch.com/projects/calendar/</a> for the details. All DateBocks does is make it so that you can type human-readable dates like "last tuesday" or "tomorrow" into a text field and have that magically turn into a properly formatted date onchange(). I think it''s kind of unfortunate that he packaged DateBocks up as a rails engine, because it''s really just a Javascript library, and it makes it hard for non-rails users to try out. Non-rails users end up having to check it out from subversion and digging for the javascript source. The subversion repository for that is at: <a class="moz-txt-link-freetext" href="http://svn.toolbocks.com/plugins/datebocks_engine">http://svn.toolbocks.com/plugins/datebocks_engine</a> for anyone who is interested. PS: My personal fork of DateBocks can be found as the last attachment on this page: <a class="moz-txt-link-freetext" href="http://dev.toolbocks.com/tickets/2">http://dev.toolbocks.com/tickets/2</a> . I like it more than the official one, but I may be biased. ;-) . On 8/24/06, Colin Mollenhour <a class="moz-txt-link-rfc2396E" href="mailto:eliteii92g-NPSFNn/7+NYVo650/ln6uw@public.gmane.org"><eliteii92g-NPSFNn/7+NYVo650/ln6uw@public.gmane.org></a> wrote: </pre> <blockquote type="cite"> <pre wrap="">Does anyone know of a Prototype/Script.aculo.us based popup calendar? I''m looking for something that supports both popup and stationary placement, is lightweight, simple and elegant, is very flexible with event handling, supports user specified date formats like "%m-%d-%y" and doesn''t leak memory like an 80yr old crack addict with alzheimers (will be crated and destroyed one one page possibly many times). The only one I''ve found that meets most of those requirements has a horrible interface and is incredibly heavy, slow and buggy.. Dojo has a nice one but I want to stick to purely Prototype-based stuff for the time being. If you''ve personally made something like this I''d love to see it as well! Thanks, Colin </pre> </blockquote> <pre wrap=""><!----> </pre> </blockquote> <br> --~--~---------~--~----~------------~-------~--~----~<br> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. <br> To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <br> To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <br> For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs <br> -~----------~----~----~----~------~----~------~--~---<br> </body> </html> <br>