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

2013-05-17 Thread Martin Grigorov
an example of code of an app built with an advanced grid with date picker component in it cells? Thanks Bera -- Martin Grigorov Wicket Training Consulting http://jWeekend.com http://jweekend.com/

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

2013-05-17 Thread Bruno Moura
to a TextField. It should be simple to achieve what you need. On Fri, May 17, 2013 at 5:59 AM, Bruno Moura brunormo...@gmail.com wrote: Someone could give an example of code of an app built with an advanced grid with date picker component in it cells? Thanks Bera -- Martin Grigorov

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...

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 seb...@gmail.com Hi Bruno, If you plan to use jQuery UI, you way find a DatePicker (for wicket 1.5 or 6) here for instance:

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

target.addComponent breaks Jquery date picker

2011-07-25 Thread lucast
Dear Forum, I'm have a jquery date picker field that I can update by adding AjaxFormComponentUpdatingBehavior to a drop down choice. After I have updated the date field using ajax through the drop down choice, the jquery date picker functionality is no longer working. Following the advice

Re: target.addComponent breaks Jquery date picker

2011-07-25 Thread Andrea Del Bene
Hi, try using ajaxRequest.appendJavaScript(JQuery here) to restore data picker functionality on updated field. Dear Forum, I'm have a jquery date picker field that I can update by adding AjaxFormComponentUpdatingBehavior to a drop down choice. After I have updated the date field using ajax

Re: target.addComponent breaks Jquery date picker

2011-07-25 Thread lucast
Thank you, Andrea. I added target.appendJavascript( jquery code here ); and that solved the problem. Kind regards, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/target-addComponent-breaks-Jquery-date-picker-tp3693121p3693360.html Sent from the Users forum

Date Picker issue

2011-07-06 Thread ramlael
Hi, I am facing issue with DatePicker, needs to close the datepicker once the mouse out from the Date text box. The requirement : Screen has two date text boxes (From Date and To Date) , if the user click from date datepicker and next he clicks to date Date picker, the from date picker has

Date Picker issue

2011-07-06 Thread ramlael
Hi, Mouse out of any date box, the date picker should disappear, but I used apache wicket date picket, its not closing once the mouse out after opening the date picker. Please help me on this. Thanks in advance. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Date

Re: date picker calendar shown on text field clicked

2010-05-29 Thread Vytautas Čivilis
, if you'd consider including following code to make TextField, that is assigned to date picker, aware of date picker itself. So, when TextField is clicked, picker calendar would be displayed. Implement it is very easy: in wicket-date.js: add some configuration property, like

Re: date picker calendar shown on text field clicked

2010-05-29 Thread Jeremy Thomerson
2010/5/29 Vytautas Čivilis cvl...@gmail.com Is everything ok with this patch? Don't know - haven't had time to look at it (and I probably won't personally any time this week). -- Jeremy Thomerson http://www.wickettraining.com

Re: date picker calendar shown on text field clicked

2010-05-29 Thread Doug Leeper
I actually have a requirement for the Date Picker to be shown when focus is applied to the field. Is this possible too? Can this be configurable, i.e. not all fields have this onfocus behavior? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/date-picker-calendar

date picker calendar shown on text field clicked

2010-05-28 Thread Vytautas Čivilis
Hi. It would be great, if you'd consider including following code to make TextField, that is assigned to date picker, aware of date picker itself. So, when TextField is clicked, picker calendar would be displayed. Implement it is very easy: in wicket-date.js: add some configuration property

Re: date picker calendar shown on text field clicked

2010-05-28 Thread Jeremy Thomerson
2010/5/28 Vytautas Čivilis cvl...@gmail.com Hi. It would be great, if you'd consider including following code to make TextField, that is assigned to date picker, aware of date picker itself. So, when TextField is clicked, picker calendar would be displayed. Implement it is very easy

Re: date picker calendar shown on text field clicked

2010-05-28 Thread Vytautas Čivilis
to date picker, aware of date picker itself. So, when TextField is clicked, picker calendar would be displayed. Implement it is very easy: in wicket-date.js: add some configuration property, like showCalendarOnTextFieldSelect and use it next to line: YAHOO.util.Event.addListener

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-15 Thread John MacEnri
to fix this or an alternative date picker? Thanks John - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-12 Thread zlus...@gmail.com
give you something akin to Firebug but couldn't find any css change would fix it. Is there a way to fix this or an alternative date picker? Thanks John - To unsubscribe, e-mail: users-unsubscr

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-12 Thread John MacEnri
in IE7 or 8. The attached screen snippets show the difference. I've dug deep into the css and used the developer tools in IE8 which give you something akin to Firebug but couldn't find any css change would fix it. Is there a way to fix this or an alternative date picker? Thanks John

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-11 Thread John MacEnri
the difference. I've dug deep into the css and used the developer tools in IE8 which give you something akin to Firebug but couldn't find any css change would fix it. Is there a way to fix this or an alternative date picker? Thanks John

Date Picker in Editable TreeTable in IE7 and IE8

2009-10-09 Thread John MacEnri
the difference. I've dug deep into the css and used the developer tools in IE8 which give you something akin to Firebug but couldn't find any css change would fix it. Is there a way to fix this or an alternative date picker? Thanks John

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-09 Thread Igor Vaynberg
but couldn't find  any css change would fix it. Is there a way to fix this or an alternative date picker? Thanks John - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

date picker

2008-11-03 Thread tbt
Hi I'm using wicket 1.3.2 and downloaded wicket-contrib-datepicker-1.2 because I want to use a date picker for my application. But this release is not compatible with wicket 1.3 because it gives errors. Can someone give me the link to download a date picker component that is compatible

Re: date picker

2008-11-03 Thread Wayne Pope
it probably hasn't been updated. just download the source and do it yourself - its usually very trivial change. On Tue, Nov 4, 2008 at 8:37 AM, tbt [EMAIL PROTECTED] wrote: Hi I'm using wicket 1.3.2 and downloaded wicket-contrib-datepicker-1.2 because I want to use a date picker for my

Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Charlie Dobbie
Wicket 1.3.3. I'm looking for a date picker component for Wicket, and I noticed that there is one in the http://wicket.sourceforge.net/wicket-extensions/ wicket-extensions package. However, the information on that website seems to be out of date, it's about wicket-extensions 1.2 while the newest

Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Nino Saturnino Martinez Vazquez Wael
to Wicket. I'm using Wicket 1.3.3. I'm looking for a date picker component for Wicket, and I noticed that there is one in the http://wicket.sourceforge.net/wicket-extensions/ wicket-extensions package. However, the information on that website seems to be out of date, it's about wicket-extensions

Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread jdj
Yes, I did see that. And I went to the Apache Wicket website, found something about Wicket extensions, and discovered that the date picker component is no longer included. And so I asked my question: Is there a date picker component available in the current version of Wicket or Wicket

Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread jdj
version1.3.4/version /dependency -- View this message in context: http://www.nabble.com/New-to-Wicket%3A-Confused-with-versions%2C-wicket-extensions%2C-looking-for-date-picker-tp18190491p18193690.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Frank Bille
. I'm looking for a date picker component for Wicket, and I noticed that there is one in the http://wicket.sourceforge.net/wicket-extensions/ wicket-extensionshttp://wicket.sourceforge.net/wicket-extensions/wicket-extensions package. However, the information on that website seems to be out

Is it possible to disable dates in Wicket Date Picker ?

2008-04-21 Thread nanotech
Hi All, Is it possible to programatically disable dates that have passed in wicket's date picker. for exampleI want to disable all the dates before today's day. Can someone please give an example? Thanks, ~ R -- View this message in context: http://www.nabble.com/Is-it-possible

Re: Is it possible to disable dates in Wicket Date Picker ?

2008-04-21 Thread Gerolf Seitz
)); } } Gerolf On Mon, Apr 21, 2008 at 3:02 PM, nanotech [EMAIL PROTECTED] wrote: Hi All, Is it possible to programatically disable dates that have passed in wicket's date picker. for exampleI want to disable all the dates before today's day. Can someone please give an example? Thanks

Re: Is it possible to disable dates in Wicket Date Picker ?

2008-04-21 Thread Enrique Rodriguez
On Mon, Apr 21, 2008 at 6:07 AM, Gerolf Seitz [EMAIL PROTECTED] wrote: public class MyDatePicker extends DatePicker { ... private static final SimpleDateFormat format = new SimpleDateFormat(MM/dd/); Maybe this was just quick example code but DateFormat's aren't thread safe. From the