[Radiant] Radius tag from rails helper?

2008-01-21 Thread Mariano Viola
Hi all, I've created an extension that use the rails "paginating find" plugin "http://cardboardrocket.com/pages/paginating_find"; and it work well on the controller side. But at this point can I create a radius tag that wrap the paginating_links() method exposed from the helper (already activated i

Re: [Radiant] Radius tag from rails helper?

2008-01-21 Thread Sean Cribbs
The only case where you would want to do that is if you wanted to generate the links inside a page (not a regular view). Is that what you're trying to do? If not, just use the helper as-is in your views. Sean Mariano Viola wrote: > Hi all, > I've created an extension that use the rails "pagin

Re: [Radiant] Radius tag from rails helper?

2008-01-21 Thread Mariano Viola
Yes I want generate the links of pagination for my "Bookshelf" extension in a radiant page with a custom tag like this "" that work like paginating_links() in a standard rails rhtml view. This is the code of bookshelf_tags.rb: module BookshelfTags include Radiant::Taggable tag 'books' do |t

[Radiant] Help with tables in Radiant?

2008-01-21 Thread Ryan Heneise
Does anyone have experience with building tables or tabular layouts from Radiant pages? I'm trying to use a grid-based layout to show excerpts from my pages with four columns and an undetermined number of rows. The trouble is that the rows are of varying height, so I can't just set the height attr

Re: [Radiant] Help with tables in Radiant?

2008-01-21 Thread Jim Gay
When in doubt, use wacky background colors. Depending on your design, red, lime, yellow, and blue are quick keywords that clearly alter the view without altering the layout (like adding borders does). You could try floating the list items left (and set the ul to overflow: hidden so that it ex

Re: [Radiant] Help with tables in Radiant?

2008-01-21 Thread Chris Parrish
Jim Gay wrote: > When in doubt, use wacky background colors. > Depending on your design, red, lime, yellow, and blue are quick > keywords that clearly alter the view without altering the layout (like > adding borders does). You could try floating the list items left (and > set the ul to overf