search for: help_icon

Displaying 1 result from an estimated 1 matches for "help_icon".

Did you mean: helicon
2006 Dec 05
1
Using render inside a FormBuilder (EdgeRails)
...9;'td'', human, {''class'' => ''label''}) + @template.content_tag(''td'', select(object_name, choices, options, html_options), {''class'' => ''field''}) + help_icon(object_name)) end In my view, I call this as: f.select_group(:layout_id, etc ...) Specificially, I''m focusing on the help_icon(object_name) method shown above. This is attached to a help table, which looks up topics based on the string passed in. This works fine. The help_icon met...