search for: auto_complete_for_author_name

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

2006 May 23
2
auto_complete_field help
...redit_list"> <li id="credit_<%= @credit_number %>"> <%= text_field_tag("#{@credit_number}creator", nil, {:size => ''15''}) %> <%= auto_complete_field("#{@credit_number}creator", :url => {:action => "auto_complete_for_author_name"}, :with => "# {@credit_number}creator") %> <%= link_to_remote("Add", :url => {:controller => "book", :action => "ajax_add_credit_to_form", :credit_number => (@credit_number + 1)}) %> </li> </ul> <% e...