Displaying 1 result from an estimated 1 matches for "open_image_gallery".
2006 May 11
2
open and close helper tags?
Hello everyone.
I have a custom thumbnail gallery that I am creating with images pulled
in a specific order from an array of image ID#s. What I essentially want
to do is have a helper-setup where I can do an opening helper tag, such
as <% open_image_gallery %> and then be able to place inside of it
specific tags associated to the options specified in the opening tag,
say the list of photos, any navigation tags, etc. All my options are
simple and it seems this would be a good way to only have to declare
them once, such as :limit => 20. I don&...