Displaying 1 result from an estimated 1 matches for "enablesearchform".
2006 Nov 04
0
form_remote_tag problems with post url
...-----------------------
search.rhtml -----------------------------------
<%= form_remote_tag(:update => ''search_results'', :url => {:action =>
:search}, :loading => ''SearchController.disableSearchForm()'', :complete => ''
SearchController.enableSearchForm()'', :id => ''search_form'')%>
<%= select(:search, :selection, [[''Newest First'', ''new''],[''Most Popular
First'',''popular'']]) %>
<% select(:search, :time, [[''Today'',...