search for: edit_sect

Displaying 1 result from an estimated 1 matches for "edit_sect".

Did you mean: crit_sect
2006 Nov 04
1
Dynamically updating a sortable list using RJS
...le_list" class="sortable_list"> <%= render(:partial => ''section'', :collection => @sections) %> </ul> <div class="new_section" id="new_section"> <%= form_remote_tag(:url => {:action => ''edit_section'', :section => nil} %> Section Name: <%= text_field_tag ''section[name]'' %> <%= submit_tag(''Create new section'') %> <%= end_form_tag %> </div> I can dynamically update the contents of this list using the...