search for: query_tags

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

2006 Apr 25
2
Question about Callbacks in link_to_remote
Currently, I have a link_to_remote like this: <%= link_to_remote("Get Results", :update => ''query_results'', :with => "''tags='' + $F(''query_tags'')", :loading => "new Effect.Appear(''comment_loading'')", :complete => "Element.hide(''comment_loading'')", :url => { :action => :get_results }) Can I have more than...
2006 Apr 23
5
Newbie Ajaxy Question
...''query'', ''tags'' %> so that the value could be passed up to my Create method in the controller. I can only get my observer to work with the previous rhtml code. Here''s the bulk of my code: from the _form.rhtml partial: <p><label for="query_tags">Tags</label><br/> <%= text_field_tag :tags %></p> <p><label for="query_results">Results</label><br/> <%= text_area ''query'', ''results'' %></p> from the new.rhtml: <%= form_remote_...