Displaying 1 result from an estimated 1 matches for "destroylib".
Did you mean:
destroy_id
2006 Jun 01
1
link_to_remote renders Ajax.Updater, sometimes Ajax.Request
...ever.rhtml files.
The targets of the updates are in edit.rhtml which does a render
:partial to include the links. here''s some code:
<%= link_to_remote ''Destroy'',
:update => "libtable",
:url => {:action => ''destroylib'', :id => lib.id, :rid =>
@release},
:loading => "Element.show(''lib#{lib.id}'')",
:complete => "Element.hide(''lib#{lib.id}'')",
:confirm => "Are you sure you want to de...