jquery-weekdays

2020-03-19 Thread Arunachalam Sibisakkaravarthi
Hi guys, I am trying to use jquey-weekdays to select multiple days. How do integrate with Wicket? Is there any Wicket component for this? Is there any other solution to achieve this *Thanks And RegardsSibi.ArunachalammCruncher*

Re: jquery-weekdays

2020-03-19 Thread Martin Grigorov
Hi, I am not aware of an integration of Wicket with https://github.com/nikolasmagno/jquery-weekdays. You can use Wicket Bootstrap code for inspiration how to integrate it. For example https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/wicket-8.x-bootstrap-4.x/bootstrap-extensions/src/main/java/de

Re: jquery-weekdays

2020-03-19 Thread Arunachalam Sibisakkaravarthi
Thank you Martin, will check it out. *Thanks And RegardsSibi.ArunachalammCruncher* On Thu, Mar 19, 2020 at 3:32 PM Martin Grigorov wrote: > Hi, > > I am not aware of an integration of Wicket with > https://github.com/nikolasmagno/jquery-weekdays. > You can use Wicket Bootstrap code for inspi

Getting Javascript function return value in Wicket

2020-03-19 Thread Arunachalam Sibisakkaravarthi
Hi guys, I want to execute js and get output in Wicket, so that it can be used in other places where I want. Is it possible in Wicket? *Thanks And RegardsSibi.ArunachalammCruncher*

Re: Getting Javascript function return value in Wicket

2020-03-19 Thread Maxim Solodovnik
You can create AbstractDefaultAjaxBehavior create JS function of it And call it from JS code Then get result in response On Fri, 20 Mar 2020 at 08:34, Arunachalam Sibisakkaravarthi wrote: > > Hi guys, > I want to execute js and get output in Wicket, so that it can be used in > other places w