Displaying 1 result from an estimated 1 matches for "show_details_of_contact_not".
Did you mean:
show_details_of_contact_note
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;">
<div>
<% message = contact.message %>
</div>
</d...