Re: Pageable Loop-like Component

2011-11-21 Thread Josh Kamau
Thanks. I will check Chillenkit out. On Mon, Nov 21, 2011 at 6:51 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 21 Nov 2011 13:05:35 -0200, Josh Kamau > wrote: > > Thiago; >> > > Hi! > > Chillenkit is dated 2009. >> > > I guess the team forgot to update the date. :)

Re: Pageable Loop-like Component

2011-11-21 Thread Thiago H. de Paula Figueiredo
On Mon, 21 Nov 2011 13:05:35 -0200, Josh Kamau wrote: Thiago; Hi! Chillenkit is dated 2009. I guess the team forgot to update the date. :) As far as I can remember, it already works with 5.2, so using it with 5.3 will be something you can do now or just waiting a bit until the team

Re: Pageable Loop-like Component

2011-11-21 Thread Josh Kamau
Thiago; Chillenkit is dated 2009. I thought it may not be compatible with latest Tapestry. Regards. Josh. On Mon, Nov 21, 2011 at 2:03 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sun, 20 Nov 2011 16:06:30 -0200, Josh Kamau > wrote: > > Hi there ; >> > > Hi! > > > Is t

Re: Pageable Loop-like Component

2011-11-21 Thread Barry Books
I wrote a MediaGrid component that may be useful. Here is a description of how it works http://trsvax.com/blog/BootstrapModule The code is on GitHub https://github.com/trsvax/tapestry-bootstrap/ - To unsubscribe, e-mail: users-u

Re: Pageable Loop-like Component

2011-11-21 Thread Thiago H. de Paula Figueiredo
On Sun, 20 Nov 2011 16:06:30 -0200, Josh Kamau wrote: Hi there ; Hi! Is there a way of hiding the header of the Grid component. CSS! Something like theader { display: none;} (not tested). i want to have is a way of listing items (e.g the way the Loop does it) but also with the paging

Re: Pageable Loop-like Component

2011-11-20 Thread pico.dev
Josh Kamau wrote: > > Hi there ; > > Is there a way of hiding the header of the Grid component. What i want to > have is a way of listing items (e.g the way the Loop does it) but also > with > the paging capabilities. > > Regards. > Josh. > Maybe this is what you need. http://elblogdepicodev