Displaying 1 result from an estimated 1 matches for "surely_empty".
2006 Apr 15
0
drag&drop strangeness
...sh",
:update => "searchfields", :url => { :action => "remove_search_field" } %>
</form>
</div>
and another view that is the ''ajax'' rendered view:
# search_fields.rhtml
<% session[:search_fields].each do |field, surely_empty| %>
<span id="<%= field %>"><li><label for="<%= field %>"><%= field %>:</label><%= text_field_tag field %></li></span>
<%= draggable_element field, :revert => true %>
<% end %>
add_sea...