search for: _bottom_ajax

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

2006 Mar 15
2
Using form_remote_tag, setting the form name
I''m using form_remote_tag like this: <%= form_remote_tag \ :update => "div_id_dataentry_bottom_ajax", :loading => "document.getElementById(''wait'').innerHTML=''Loading...'';", :url => { :action => "dataentry_bottom_edit" } %> And it makes this code: <form action="/x/dataentry_bottom_edit" method="post&qu...