Re: Example for advanced grid for wicket with timer/date picker controls

2013-05-17 Thread Bruno Moura
Thanks Sebastien. I'll verify your links and I hope some one will help me a lot! Regards Bruno Moura 2013/5/17 Sebastien > Hi Bruno, > > If you plan to use jQuery UI, you way find a DatePicker (for wicket 1.5 or > 6) here for instance: > http://www.7thweb.net/wicket-jquery-ui/datepicker/Defa

Re: Example for advanced grid for wicket with timer/date picker controls

2013-05-17 Thread Sebastien
Hi Bruno, If you plan to use jQuery UI, you way find a DatePicker (for wicket 1.5 or 6) here for instance: http://www.7thweb.net/wicket-jquery-ui/datepicker/DefaultDatePickerPage The DatePickerBehavior is also available in case you want to make your own... https://github.com/sebfz1/wicket-jquery-

Re: Example for advanced grid for wicket with timer/date picker controls

2013-05-17 Thread Bruno Moura
Thanks Martin I will investigate this and how add a datepicker behaviour in a textField. Bruno Moura 2013/5/17 Martin Grigorov > Hi Bruno, > > WicketStuff provides two grid components - InMethod Grid and EnhancedGrid. > DatePicker usually is just a behavior added to a TextField. It should be

Re: Example for advanced grid for wicket with timer/date picker controls

2013-05-16 Thread Martin Grigorov
Hi Bruno, WicketStuff provides two grid components - InMethod Grid and EnhancedGrid. DatePicker usually is just a behavior added to a TextField. It should be simple to achieve what you need. On Fri, May 17, 2013 at 5:59 AM, Bruno Moura wrote: > Someone could give an example of code of an app b

Example for advanced grid for wicket with timer/date picker controls

2013-05-16 Thread Bruno Moura
Someone could give an example of code of an app built with an advanced grid with date picker component in it cells? Thanks Bera