You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by SeldonCrisis <nm...@gmail.com> on 2017/04/04 15:09:49 UTC

Jquery Plugins

Hey everyone, is it possible to incorporate a Jquery plugin in my Wicket
page? Specifically, I would like to use this: 
http://innostudio.de/fileuploader/ <http://innostudio.de/fileuploader/>  

It is a file upload plugin, but I am adamant on using it because it allows
users to upload multiple documents and give their uploaded documents a
specified metadata title. Do I need to do this in its own panel, or maybe
create a modal? I would be grateful for any hints in the right direction.

Thanks a lot guys 


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Jquery-Plugins-tp4677600.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: Jquery Plugins

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Wicket-Bootstrap provides integration with DropZone: http://www.
dropzonejs.com/
You can use it as inspiration!

Code: https://github.com/l0rdn1kk0n/wicket-bootstrap/
tree/wicket-7.x/bootstrap-extensions/src/main/java/de/
agilecoders/wicket/extensions/markup/html/bootstrap/fileUpload
Demo: http://wb-mgrigorov.rhcloud.com/extensions#dropzonefileupload

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Tue, Apr 4, 2017 at 5:09 PM, SeldonCrisis <nm...@gmail.com> wrote:

> Hey everyone, is it possible to incorporate a Jquery plugin in my Wicket
> page? Specifically, I would like to use this:
> http://innostudio.de/fileuploader/ <http://innostudio.de/fileuploader/>
>
> It is a file upload plugin, but I am adamant on using it because it allows
> users to upload multiple documents and give their uploaded documents a
> specified metadata title. Do I need to do this in its own panel, or maybe
> create a modal? I would be grateful for any hints in the right direction.
>
> Thanks a lot guys
>
>
> --
> View this message in context: http://apache-wicket.1842946.n
> 4.nabble.com/Jquery-Plugins-tp4677600.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: Jquery Plugins

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

If you would like to integrate a jquery plugin in wicket, wicket-jquery-ui
can probably help you.
You have an example here:
https://github.com/sebfz1/wicket-jquery-ui/tree/master/wicket-jquery-ui-plugins/src/main/java/com/googlecode/wicket/jquery/ui/plugins/datepicker

On Apr 4, 2017 17:18, "SeldonCrisis" <nm...@gmail.com> wrote:

> Hey everyone, is it possible to incorporate a Jquery plugin in my Wicket
> page? Specifically, I would like to use this:
> http://innostudio.de/fileuploader/ <http://innostudio.de/fileuploader/>
>
> It is a file upload plugin, but I am adamant on using it because it allows
> users to upload multiple documents and give their uploaded documents a
> specified metadata title. Do I need to do this in its own panel, or maybe
> create a modal? I would be grateful for any hints in the right direction.
>
> Thanks a lot guys
>
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Jquery-Plugins-tp4677600.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
>
>