search for: tml_options

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

Did you mean: html_options
2008 Jun 04
2
div and loop help
Hello, I want to display a effect.slidedown in a table. I have a table called contactnotes. <table> <%@contactnotes.each do |contact|%> <tr> <td><%= link_to(@person.first_name, "#", html_options={:onclick => "Effect.SlideDown(''show_details_of_contact_note''); return false;"})%></td> </tr> ... <tr> <div id="show_details_of_contact_note" style="display:none; width:auto; height:auto; background:#ccc; text-align:center;&quo...