Displaying 1 result from an estimated 1 matches for "show_active_bug".
Did you mean:
show_active_bugs
2006 Jun 07
0
javascript that remote_function creates
I''m tring to use remote_function instead of writing all the javascript
out, but am having difficulties..
I have this code in a layout:
<body onload="<%= remote_function(:update => ''show_active'', :url =>
{:action => ''show_active_bugs''},
:complete => visual_effect(:blind_down, ''show_active'')) %>">
Which creates the HTML:
<body onload="new Ajax.Updater(''show_active'', ''/bugs/show_active_bugs'',
{asynchronous:true, evalScripts:true, onComplet...