Re: Configuration of AbstractCalendar

2010-11-09 Thread Jan Ferko
Thanks, I figured it out. I have one more question ... can i use wicket behaviour to retrieve selected date from calendar or i have to write some JS hacks to do it? On 11/06/2010 06:38 PM, Igor Vaynberg wrote: i think its whatever format the yui component expects. -igor On Fri, Nov 5,

Re: Configuration of AbstractCalendar

2010-11-09 Thread Igor Vaynberg
the value should be available in the formcomponent's model the datepicker is attached to. -igor On Tue, Nov 9, 2010 at 2:27 AM, Jan Ferko julyl...@gmail.com wrote: Thanks, I figured it out. I have one more question ... can i use wicket behaviour to retrieve selected date from calendar or i

Re: Configuration of AbstractCalendar

2010-11-09 Thread Jan Ferko
The problem is that i am using only AbstractCalendar object, because I need to use YUI CalendarGroup object and show multiple page calendar in page, every page has only a few available cells for users to pick date of event. 2010/11/9 Igor Vaynberg igor.vaynb...@gmail.com the value should be

Re: Configuration of AbstractCalendar

2010-11-06 Thread Igor Vaynberg
i think its whatever format the yui component expects. -igor On Fri, Nov 5, 2010 at 9:25 AM, Jan Ferko julyl...@gmail.com wrote: Hi, Can anyone tell me what is format of map for AbstractCalendar.configureWidgetProperties(Map map) ? For example I want to set navigator property to true, but

Configuration of AbstractCalendar

2010-11-05 Thread Jan Ferko
Hi, Can anyone tell me what is format of map for AbstractCalendar.configureWidgetProperties(Map map) ? For example I want to set navigator property to true, but map.put(navigator, true) doesn't work. thanks for answer Jan