Displaying 1 result from an estimated 1 matches for "_edit_new".
Did you mean:
edit_new
2006 Apr 21
3
rjs in multiple ajax page
...e_down, "new_post", :duration => 0.5))
%></p>
</div>
<div id="new_post">
</div>
This works fine and the form is rendered inside "new_post" from the
controller using render :partial => ''edit_new'', :layout => false
_edit_new is as follows:
<%= form_remote_tag(:url => {:action => ''create'', :id => @post}) %>
<p>subject:</p>
<p><%= text_field(:post, :subject, :width => 60) %></p>
<p>message:</p>
<p><%= text_area(:post, :content, :rows...