You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Haiko <ha...@dds.nl> on 2014/07/02 09:32:56 UTC

Infinite scroll

Hi,

I have to create an infinite scrolling list with support for touch events. Has anyone experience or suggestions how to do that in wicket?

Haiko

Re: Infinite scroll

Posted by ha...@dds.nl.
Thanks for the pointer. I am going to look into it.

Haiko
Martin Grigorov <mg...@apache.org> schreef:

> Hi,
>
> Find a JavaScript solution that provides the functionality you need and
> integrate it with Wicket.
> https://github.com/l0rdn1kk0n/wicket-bootstrap provides integration for
> http://infinite-scroll.com -
> https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/navigation/InfiniteScrollingBehavior.java#L24
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
>
> On Wed, Jul 2, 2014 at 10:32 AM, Haiko <ha...@dds.nl> wrote:
>
>> Hi,
>>
>> I have to create an infinite scrolling list with support for touch events.
>> Has anyone experience or suggestions how to do that in wicket?
>>
>> Haiko





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Infinite scroll

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

Find a JavaScript solution that provides the functionality you need and
integrate it with Wicket.
https://github.com/l0rdn1kk0n/wicket-bootstrap provides integration for
http://infinite-scroll.com -
https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/navigation/InfiniteScrollingBehavior.java#L24

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


On Wed, Jul 2, 2014 at 10:32 AM, Haiko <ha...@dds.nl> wrote:

> Hi,
>
> I have to create an infinite scrolling list with support for touch events.
> Has anyone experience or suggestions how to do that in wicket?
>
> Haiko