Hi again, Well... I was looking for a jQuery plugin for the 3rd part of my HowTo's, about creating a plugin using wicket-jquery-ui. Maybe will I play with that one in the coming days... (just note that it will be over Wicket 6)
Regards, Sebastien. On Fri, Sep 21, 2012 at 3:53 PM, Sébastien Gautrin < [email protected]> wrote: > Hi, > > I was envisaging it working like the js lib I linked. Creating a component > that would embed to Datepickers linked together (adding in that component > the logical restrictions such that enforcing start date to be prior end > date) would be indeed relatively easy, and we actually have something > similar in our application right now. Though, our ui designers provided us > with a draft with a behavior as in the link (that's how I discovered that > library), and the idea would be to add to our application something with a > similar behaviour (replacing our old dual input components). > > If there had been such an integration out there, that would have been > great. Otherwise I'll have to plan some time to figure a way to hack that > lib into our application, and try to negociate time to build an actual and > proper integration of that library (because on the short term, a proper > integration would take too long, so that will unfortunately be the dirty > and not really reusable way first). > > Regards, > > Sébastien > > Sebastien wrote: > >> Hi Sebastien, >> >> I am wondering how you imagine your range datepicker... Do you figure a >> component embedding 2 datepickers like in the jQuery UI demo site, where >> the user selects alternativey the start date and the end date: >> http://jqueryui.com/demos/**datepicker/#date-range<http://jqueryui.com/demos/datepicker/#date-range> >> >> Or a component displaying a single datepicker and the range selection is >> made inside the widget, like in the link you provided ? >> >> For the first case, it can be achieved quite easily (I can provide it as a >> component for wicket-jquery-ui). The second case cannot be handled as >> jQuery UI does not provide such functionality (AFAIK).... >> >> Best regards, >> Sebastien. >> >> On Fri, Sep 21, 2012 at 1:14 PM, Sébastien Gautrin < >> [email protected]> wrote: >> >> Hi, >>> >>> I was wondering if there was any wicket component out there for a >>> Datepicker supporting selecting a range of dates. I've looked a bit and >>> couldn't find any (the wicket-extensions' Datepicker doesn't, the wiquery >>> datepicker doesn't, nor does the wicket-jquery datepicker). >>> >>> I didn't find actually many actual js lib that would support that (mainly >>> http://foxrunsoftware.github.****com/DatePicker/<http://** >>> foxrunsoftware.github.com/**DatePicker/<http://foxrunsoftware.github.com/DatePicker/> >>> >), >>> >>> so I guess it's not very likely there's already a wicket integration of >>> such a lib. >>> >>> Thanks, >>> >>> Sébastien >>> >>> ------------------------------****----------------------------** >>> --**--------- >>> To unsubscribe, e-mail: >>> users-unsubscribe@wicket.**apa**che.org<http://apache.org> >>> <users-unsubscribe@**wicket.apache.org<[email protected]> >>> > >>> >>> For additional commands, e-mail: [email protected] >>> >>> >>> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
