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: Portlet support status

2015-08-07 Thread Tobias Soloschenko
Hi,

I think there are only a few using it, but with customizations at the portlet 
bridge. Last time I made it running with WebSphere Portal Server 8 I also had 
to apply some changes but finally got it working for me.

I made it the way that I implemented a simple App with an Ajax Example / a 
normal Form Submit Example and changed the bridge to get those examples working 
within the portlet container.

If you encounter problems we may help you.

kind regards

Tobias

 Am 05.08.2015 um 03:28 schrieb gmparker2000 greg.par...@brovada.com:
 
 I asked this question a couple of years ago and at the time it appeared that
 portlet support wasn't much of a priority.  I thought I would ask again
 since I am about to start a project that could really benefit from using
 JetSpeed or Liferay.  I see that there is a portlet project in Wicket stuff
 source.  Just wondering if   this is actively being used by the community? 
 Is there any documentation or sample portlets available?
 
 thanks
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Portlet-support-status-tp4671745.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
 

-
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