It's a good plugin, and it seems to work fine with a page that is being 
loaded or refreshed in a standard sense. However, my page has a scroll 
feature in which the #content div's contents are updated (i.e. replaced 
through an ajax call to a controller function that performs db queries and 
returns a bunch of divs/cells which are not neatly arranged) - when this 
scroll feature is utilized with freewall, you can see the cells (which 
contain images) being shifted around within the #content div into a grid 
arrangement. It's sort of a cool animation-like effect, but I'm not sure 
that I want it for this page. It would be great if I could just generate 
the grid server-side, but for that, I'd need to know the heights of the 
individual cells/divs, and those heights are variable and not set in 
advance (i.e. no styling is applied). Is there some way that I could just 
find out the heights of these div cells within the controller?


On Tuesday, June 10, 2014 1:02:15 PM UTC-5, Derek wrote:
>
> There's nothing preventing you from using freewall. What troubles have you 
> had with it?
>
> On Monday, June 9, 2014 10:41:46 AM UTC-7, Spokes wrote:
>>
>> Is anyone aware of a web2py plugin which can take a bunch of divs (let's 
>> say, of the same class name) and lay them out, in sequence, in a neat grid? 
>> I'm looking for something like the following jquery plugin: 
>> http://vnjs.net/www/project/freewall/. Thank you.
>>
>>
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to