Displaying 1 result from an estimated 1 matches for "auto_complete_".
Did you mean:
auto_complete
2006 Apr 03
6
problems with Rails 1.1 observe_field :with serialized
I''d like to use observe_field to watch a field, and then when it changes
send the entire form to the server. I had been using
<%= observe_field ''entity_name_''+@account.id.to_s, :frequency => 0.5,
:update => ''auto_complete_''+@account.id.to_s, :url =>
{ :controller => ''committees'', :action=>
''auto_complete_for_entity_name'',:params=>{:committee_id=>@committee.id}
}, :with => ''Form.serialize("new_contrib_form_#{@account.id.to_s}&quo...