Displaying 1 result from an estimated 1 matches for "comment_body__in_place_editor".
2005 Nov 14
0
in_place_editor_field inside a partial collection
...nts">
<% unless @article.comments == nil %>
<%= render :partial => "comment", :collection => @article.comments %>
<% end %>
</ol>
....
Generated HTML:
....
<li id="comment-21">
<span class="in_place_editor_field" id="comment_body__in_place_editor"
tag="span"></span><script type="text/javascript">
//<![CDATA[
new Ajax.InPlaceEditor(''comment_body__in_place_editor'',
''/article/set_comment_body'')
//]]>
</script>
....
[comment_body__in_place_editor] should be...