wicket-jquery-ui calendar locale question

2015-08-07 Thread Sandor Feher
Hi,


Now I'm checking if calendar component suits to our needs
(http://www.7thweb.net/wicket-jquery-ui/calendar/ExtendedCalendarPage?).

Is there any options which influence the locale behaviour of Calendar
component ?
For example in header section the year and month name order and so one.

TIA, Sandor


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-jquery-ui-calendar-locale-question-tp4671747.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket-jquery-ui calendar locale question

2015-08-07 Thread Sebastien
Hi Sandor

You should have a look at fullcalendar.js config:
http://fullcalendar.io/docs/

If you want to use l10n:
http://fullcalendar.io/docs/text/lang/

You might need to use lang-all.js, which is already shipped and you can
find it in com.googlecode.wicket.jquery.ui.calendar.resource package,
however the corresponding ResourceReference is not yet supplied, you have
to reference it by yourself (see JavaScriptPackageResource)

Hope this helps,
Sebastien


On Fri, Aug 7, 2015 at 11:56 AM, Sandor Feher sfe...@bluesystem.hu wrote:

 Hi,


 Now I'm checking if calendar component suits to our needs
 (http://www.7thweb.net/wicket-jquery-ui/calendar/ExtendedCalendarPage?).

 Is there any options which influence the locale behaviour of Calendar
 component ?
 For example in header section the year and month name order and so one.

 TIA, Sandor


 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/wicket-jquery-ui-calendar-locale-question-tp4671747.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: wicket-jquery-ui calendar locale question

2015-08-07 Thread Sandor Feher
Hi Sebastien,

Thanks for the quick response.
Now the picture is getting clear :).

So I need to use JavaScriptPackageResource to load corresponding lang-all.js
in my panel  do I ?

TIA, Sandor

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-jquery-ui-calendar-locale-question-tp4671747p4671749.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket-jquery-ui calendar locale question

2015-08-07 Thread Sebastien
Hi Sandor,

On Fri, Aug 7, 2015 at 2:49 PM, Sandor Feher sfe...@bluesystem.hu wrote:

 Hi Sebastien,

 Thanks for the quick response.
 Now the picture is getting clear :).

 So I need to use JavaScriptPackageResource to load corresponding
 lang-all.js
 in my panel  do I ?


Right, if you want/need to use l10n...



 TIA, Sandor

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/wicket-jquery-ui-calendar-locale-question-tp4671747p4671749.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org