You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Sandor Feher <sf...@bluesystem.hu> on 2015/08/07 11:56:56 UTC

wicket-jquery-ui calendar locale question

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket-jquery-ui calendar locale question

Posted by Sebastien <se...@gmail.com>.
Hi Sandor,

On Fri, Aug 7, 2015 at 2:49 PM, Sandor Feher <sf...@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-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: wicket-jquery-ui calendar locale question

Posted by Sandor Feher <sf...@bluesystem.hu>.
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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket-jquery-ui calendar locale question

Posted by Sebastien <se...@gmail.com>.
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 <sf...@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-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>