search for: searchfield

Displaying 2 results from an estimated 2 matches for "searchfield".

Did you mean: search_field
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", :...
2007 Sep 17
5
Script.aculo.us effect queues & Ajax.Updater()
...s, 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. What doesn''t work: I want to wrap the Ajax.Updater() function in a Fade() and an Appear() effect, so the old result fades out ... content update ... result fades in. Unfortunately that doesnt work: While the...