Displaying 1 result from an estimated 1 matches for "add_search_field".
2006 Apr 15
0
drag&drop strangeness
...%= render "contacts/search_fields" %>
</div>
<div id="trash">
trash me
</div>
</ul>
<%= drop_receiving_element "search",
:update => "searchfields", :url => { :action => "add_search_field" } %>
<%= drop_receiving_element "trash",
:update => "searchfields", :url => { :action => "remove_search_field" } %>
</form>
</div>
and another view that is the ''ajax'' rendered view:
# searc...