Displaying 1 result from an estimated 1 matches for "start_edit".
Did you mean:
start_bit
2009 Feb 22
1
degrading ajax calls - how?
Hey - I have a few ajax calls in my app that I''m not really sure how to
degrade to html. For the most part, these are functions that insert or
remove elements to/from the dom.
For example, I have my own edit-in-place on the data, which is called by
start_edit action. This action renders an rjs template that replaces the
view with an edit form.
# view (partial)
<tr id="prod_<%=h product.id %>
onclick="<%= remote_function(:url => { :action => ''start_edit'',
:id => @prod...