search for: contactnot

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

Did you mean: contactnet
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>...