Displaying 1 result from an estimated 1 matches for "reviewcom".
Did you mean:
reviewcopy
2006 Mar 10
4
Problem with ajax and textareas on firefox but works on IE
...the ajax call hitting the server (the console shows it), but the
text area doesn''t refresh.
I have the following textarea in my _form.rhtml (and have the <%=
javascript_include_tag "prototype" %> in the layout rhtml file.
<td>
<%= text_area ''reviewcomment'', ''safety'', ''cols'' => 45, ''rows'' =>
5 %>
</td>
<td>
<%=
link_to_remote(image_tag("/images/UI/buttons/open_review.gif"),:update
=> ''reviewcomment_safety'',:url...