Re: Datepicker popup when textfield is selected

2009-08-16 Thread Jan Grathwohl
Hi Cem, I don't know how this can be done with the wicket datepicker, but the JQuery datepicker has that already built in, without the need to write any additional JavaScript (only one line to init the datepicker and attach it to a text field). Maybe you could just add that one to a

Re: Datepicker popup when textfield is selected

2009-08-14 Thread Iain Reddick
see: org.apache.wicket.extensions.yui.calendar.DateField http://static.ddpoker.com/javadoc/wicket-datetime/1.3.3/index.html copenhag copenhagen wrote: Hi, Would it be possible to make the datepicker popup whenever a textfield is selected? Thereby the textfield will be no editable, but only

Re: Datepicker popup when textfield is selected

2009-08-14 Thread Iain Reddick
Sorry - misread your question. Iain Reddick wrote: see: org.apache.wicket.extensions.yui.calendar.DateField http://static.ddpoker.com/javadoc/wicket-datetime/1.3.3/index.html copenhag copenhagen wrote: Hi, Would it be possible to make the datepicker popup whenever a textfield is selected?