Displaying 1 result from an estimated 1 matches for "setupslist_progress".
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
<%= form_remote_tag :url => { :action => ''list_setups'' },
:loading => "Element.update(''setupslist_display'','''');
Element.show(''setupslist_progress'')",
:loaded => "Element.hide(''setupslist_progress'')",
:update => ''setupslist_display'',
:complete => evaluate_remote_response %>
<%= select "website", "id", Website.find(:all,
:condition...