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
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 built with an advanced > grid > > with date picker component in it cells? > > > > Than

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

2013-05-16 Thread Martin Grigorov
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/>

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

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 U

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 d

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 advi

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

Date Picker issue

2011-07-05 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

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

Re: date picker calendar shown on text field clicked

2010-05-29 Thread Jeremy Thomerson
2010/5/29 Vytautas Čivilis > 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 Vytautas Čivilis
gt; 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. >>

Re: date picker calendar shown on text field clicked

2010-05-28 Thread Vytautas Čivilis
https://issues.apache.org/jira/browse/WICKET-2899 On Fri, May 28, 2010 at 9:18 PM, Jeremy Thomerson wrote: > 2010/5/28 Vytautas Čivilis > > > Hi. > > > > It would be great, if you'd consider including following code to make > > TextField, that is assigned t

Re: date picker calendar shown on text field clicked

2010-05-28 Thread Jeremy Thomerson
2010/5/28 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. > > Implem

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 pro

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-15 Thread John MacEnri
gt; possible and even enjoyable again. Thanks. >>>>> >>>>> But, (there always is a but:-) ), I'm struggling with an issue I've hit >>>>> >>>>> >>>> with >>>> >>>> >>>>> the DatePicker and can

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-12 Thread John MacEnri
t;>> >>>> >>> with >>> >>> >>>> the DatePicker and can't seem to resolve it. >>>> >>>> I'm using Wicket 1.4.1. >>>> I used the Editable TreeTable example from the Wicket site as a

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-11 Thread zlus...@gmail.com
e 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 - To unsubscribe, e-mail

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-11 Thread John MacEnri
s and shows a DateTextField and a > > DatePicker. > > > > The app is working fine in Firefox but the DatePicker is always caught > > behind the rows above and below when I run the app in IE7 or 8. > > The attached screen snippets show the difference. I've dug

Re: Date Picker in Editable TreeTable in IE7 and IE8

2009-10-09 Thread Igor Vaynberg
ts 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 >

Date Picker in Editable TreeTable in IE7 and IE8

2009-10-09 Thread John MacEnri
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

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 >

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: New to Wicket: Confused with versions, wicket-extensions, looking for date picker

2008-06-30 Thread Frank Bille
icket. 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<http://wicket.sourceforge.net/wicket-extensions/wicket-extensions> >

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

2008-06-30 Thread Frank Bille
AIL PROTECTED]> wrote: > > Hello, > > I'm new 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<htt

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

2008-06-30 Thread jdj
-- 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 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 Nino Saturnino Martinez Vazquez Wael
'm new 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'

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

2008-06-30 Thread Charlie Dobbie
There's a Datepicker component in the wicket-datetime package. If using Maven: org.apache.wicket wicket-datetime 1.3.4 2008/6/30 jdj <[EMAIL PROTECTED]>: > > Hello, > > I'm new to Wicket. I'm using Wicket 1.3.3. > > I'm lo

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

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

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

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

2008-04-21 Thread Gerolf Seitz
uot;maxdate", format.format(maxDate)); } } 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 disab

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