Ruby on Rails Monday, March 31, 2014

Using Rails 4. I have a text_area_tag with submit_tag to do a query. I
need to add a button to clear out the textarea and resubmit the form
(using form_tag)

Layout looks like this:
Textarea
Query Button 1 Clear Button

Code looks like this:
form_tag ....
text_area_tag
submit_tag "Query Button"
end form tag

Any ideas? Ajax was suggested.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/7221c18cf3230ea1bd11375660b95d83%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment