search for: agent_control

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

Did you mean: event_control
2008 Apr 04
4
Auto Complete Problems
...> later on down, I have this: <tr> <td class="col-1" valign="top">City:&nbsp;</td> <td class="col-2" valign="top"> <%= text_field_with_auto_complete :agent, :city, :skip_style => true %> </td> </tr> In my agent_controller.rb, I have this: auto_complete_for :agent, :city I''ve put all of the scriptaculous .js files in my public dir in a folder named scriptaculous. Am I supposed to be including some css files or anything else? I''m kind of stumped here. Below is what my HTML looks like for the...