Displaying 1 result from an estimated 1 matches for "add_profile_auto".
2009 Apr 20
1
RJS sporadic error message
...</div>
<hr width = "67%">
<br />
<div id = "company_users">
<%= render :partial => ''add_new_profile'' %>
</div>
</div>
Partial - add_new_profile:
<% form_remote_tag :url => {:action => ''add_profile_auto'', :id =>
@user.id },
:complete => "new Effect.Appear(''airport''); new
Effect.Pulsate(''airport'');"
do -%>
<b>Type in username to add to your list: </b><br />
<%= text_field_with_auto_complete :user, :username...