Displaying 1 result from an estimated 1 matches for "show_entitl".
2006 Apr 18
0
AJAX not displaying - due to action not complete?
...=> 0.5),
:complete => visual_effect(:slide_down,
"entitlements", :duration => 0.5) ) %>
<%= link_to_remote("I''m done changing entitlements", :update => "entitlements",
:url => { :action => "show_entitlements", :id =>
@person.id },
:before => visual_effect(:slide_up,
"entitlements", :duration => 0.5),
:complete => visual_effect(:slide_down,
"entitlements", :duration => 0.5) ) %>
And the accompanying controller meth...