Hi, > <!-- all the dependencies properly linked -->
Since missing out dependencies, mislinking them, or getting them out of order is one of the most common errors when using other people's controls, with respect I wouldn't assume I had them right if I were you. Create a minimalist, but complete, example and post it to Pastie, and someone (perhaps the author!) will probably see what's wrong. > However, according to the author's doc, I can't manage it to work. It's also really, really useful to say *how* something doesn't work, not just that it doesn't work. :-) FWIW, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Mar 22, 5:38 pm, "!oEL" <[email protected]> wrote: > Hi, > > I found this cool date/time picker on Scripteka, which links > tohttp://home.jongsma.org/software/js/datepicker > > The implementation is really simple and neat, just suit my needs. > However, according to the author's doc, I can't manage it to work. > > I tried: > > <head> > <!-- all the dependencies properly linked --> > > <script type="text/javascript"> > new Control.DatePicker( 'my_datepicker', {icon: 'style/clock.png', > timepicker: true, datepicker: false} ); > </script> > </head> > > <body> > <input type="text" id="my_datepicker" /> > </body> > > But the datepicker is not loaded. Then I tried class instead of id for > the input field, no luck either. > > Please help. Thank you guys in advance. > > !oEL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
