Displaying 1 result from an estimated 1 matches for "edit_inplace".
2006 Jan 13
0
Controller part of in-place editing
...ew:
###
<% for link in @links %>
   <tr>
     <td> <div id="<%= ''url'' + link.id.to_s -%>"><%= link.url %></div></td>
     <%= in_place_editor (''url'' + link.id.to_s, :url => {:action => 
''edit_inplace''} ) %>
     <td> <div id="<%= ''title_'' + link.id.to_s -%>"><%= link.title 
%></div></td>
     <%= in_place_editor (''title_'' + link.id.to_s) %>
     <td> <div id="<%= ''user_&...