Displaying 2 results from an estimated 2 matches for "searchfields".
Did you mean:
search_fields
2006 Apr 15
0
drag&drop strangeness
hi people!
I have a view like this:
# list.rhtml
<form id="search">
<ul style="list-style: none;">
<div id="searchfields">
<%= render "contacts/search_fields" %>
</div>
<div id="trash">
trash me
</div>
</ul>
<%= drop_receiving_element "search",
:update => "searchfields", :u...
2007 Sep 17
5
Script.aculo.us effect queues & Ajax.Updater()
Hey guys,
I''m new here and just checked out Prototype with Script.aculo.us and
have to say it''s a great experience once you get the concept. However,
I''m not very experienced with JS so I''m a bit stuck on something I
think is quite easy to solve:
What already works:
A searchfield is observed by a DelayedObserver, a list of contacts is
updated vie Ajax updater.