Re: Full month calendar

2012-05-21 Thread Sandor Feher
A bonus question. How can I localize fullcalendar ? (I mean day names and so one..). Regards., Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4647866.html Sent from the Users forum mailing list archive at Nabble.com

Re: Full month calendar

2012-05-18 Thread Sandor Feher
) I also included the required .js in my markup. http://pastebin.com/KGZq9dkM http://pastebin.com/KGZq9dkM Regards., Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4644452.html Sent from the Users forum mailing list archive

Re: Full month calendar

2012-05-18 Thread Fernando Wermus
://pastebin.com/KGZq9dkM http://pastebin.com/KGZq9dkM Regards., Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4644452.html Sent from the Users forum mailing list archive at Nabble.com

Re: Full month calendar

2012-05-18 Thread Igor Vaynberg
. http://pastebin.com/KGZq9dkM http://pastebin.com/KGZq9dkM Regards., Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4644452.html Sent from the Users forum mailing list archive at Nabble.com

Re: Full month calendar

2012-05-18 Thread Sandor Feher
There is no doubt if it works. I just wanted to shorten my learning curve :). So I will have another try. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4644871.html Sent from the Users forum mailing list archive at Nabble.com

Re: Full month calendar

2012-05-18 Thread Sandor Feher
life easier. Thanks for everybody! Regards., Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4645136.html Sent from the Users forum mailing list archive at Nabble.com

Full month calendar

2012-05-17 Thread Sandor Feher
Hi, I need for a full month calendar view to indicate when was the employee on holiday. I found at wicketstuff the calendars package and tried to used with not too much success. wm.add(new FullWeekCalendarView(calendar,new Date(2012,05,01),new Date(2012,05,31),ievent)); Throws me

Re: Full month calendar

2012-05-17 Thread Martin Grigorov
On Thu, May 17, 2012 at 11:23 AM, Sandor Feher sfe...@bluesystem.hu wrote: Hi, I need for a full month calendar view to indicate when was the employee on holiday. I found at wicketstuff the calendars package and tried to used with not too much success. wm.add(new FullWeekCalendarView

Re: Full month calendar

2012-05-17 Thread Igor Vaynberg
you can try https://github.com/42Lines/wicket-fullcalendar -igor On Thu, May 17, 2012 at 2:23 AM, Sandor Feher sfe...@bluesystem.hu wrote: Hi, I need for a full month calendar view to indicate when was the employee on holiday. I found at wicketstuff the calendars package and tried to used

Re: Full month calendar

2012-05-17 Thread Sandor Feher
Thanks Igor! I will have a try.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Full-month-calendar-tp4642735p4643499.html Sent from the Users forum mailing list archive at Nabble.com