Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
I guess, maybe client side processing can be added? i.e. value can be "normalized" before being accessible by wicket? On Sat, Apr 1, 2017 at 11:14 AM, Maxim Solodovnik wrote: > AM can also be: > AM: "နံနက်" > AM: "上午" > AM: "PD" > AM: "காலை" > AM: "dop." > > >

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
AM can also be: AM: "နံနက်" AM: "上午" AM: "PD" AM: "காலை" AM: "dop." Is there any well known method to get value from JS.min file? On Sat, Apr 1, 2017 at 11:10 AM, Maxim Solodovnik wrote: > BTW problem is wider :( > in

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
BTW problem is wider :( in wicket-kendo-ui-culture/src/main/resources/com/googlecode/wicket/kendo/ui/resource/cultures There are 25 files with "a.m." :( On Sat, Apr 1, 2017 at 10:08 AM, Maxim Solodovnik wrote: > Thanks for the investigation > I'll try to implement

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
Thanks for the investigation I'll try to implement something like this: http://stackoverflow.com/questions/13581608/displaying-am-and-pm-in-small-letter-after-date-formatting/42466448#42466448 Will let you know :) On Sat, Apr 1, 2017 at 3:23 AM, Sebastien wrote: >

Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-31 Thread Maxim Solodovnik
We are using wicketstuff charts in OpenMeetings, we need Apache compatible license :) I just checked it to know something new :) Thanks for the great work :) On Sat, Apr 1, 2017 at 1:42 AM, Sebastien wrote: > Hi Maxim, > > Not sure how I missed that but the fact is that

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Sebastien
(transferring to users@) Hi Maxim, The #setLabel issue is because DateTimePicker is a composition (of a DatePicker and a TimePicker), therefore you need to set it in #newDateTime and #newTimePicker. If I supply DateTimePicker#label to underlying datepicker and timepicker, it will be unique/same

Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-31 Thread Sebastien
Hi Maxim, Not sure how I missed that but the fact is that dataviz.* files are not available on CDN for the new version. I opened an issue to telerik/progress: https://github.com/telerik/kendo-ui-core/issues/2995 Hope they will fix it soon because I don't really want to downgrade or link to

How to add some data to ajax and websocket response?

2017-03-31 Thread Daniel Stoch
Hi, I am trying to solve WICKET-5588. I want to add some ordering information (key-value) to responses for ajax and websocket. This information then will be read on client side (JS) to handle proper processing order of responses. But I cannot find a good entry point to add such generic