for plone.app.event we will use jquery tools' dateinput [1]. it's more leightweight than jqueryui's datepicker. we developed an archetypes widget, which will be made a bit more generic to work at least with z3cforms. for reference see here: [2]. this won't help you too much, but maybe you can solve your problem by including the dateinput from [1] and using jquery to apply it to your datet input fields.
[1] http://flowplayer.org/tools/demos/dateinput/index.html [2] http://github.com/collective/archetypes.datetimewidget best, johannes raggam On Thu, 2011-03-31 at 10:43 -0600, Noe Misael Nieto Arroyo wrote: > > > 2011/3/31 Martin Aspeli <[email protected]> > > > On 30 March 2011 18:30, Noe Misael Nieto Arroyo > <[email protected]> wrote: > I just found that collective.z3cform.datetimewidget > has been included in my buildout as a dependency of > another package. I'll try to use it. > > > This is a widget for z3c.form, not for zope.formlib. > > > Sp I-m back where I was before :/ > > I just inserted the jqueryui's css and JS for the calendar datepicker > and that did the trick. > > > > Martin > > _______________________________________________ > Product-Developers mailing list > [email protected] > https://lists.plone.org/mailman/listinfo/product-developers -- johannes raggam / thet python plone zope development http://johannes.raggam.co.at/ mailto:[email protected] http://bluedynamics.com/ _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/product-developers
