<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Ruby on Rails&#8217; View Helpers To Create a Javascript Form Reset Button</title>
	<atom:link href="http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/</link>
	<description>Tony Perrie&#039;s Weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 20:31:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kido</title>
		<link>http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/comment-page-1/#comment-379942</link>
		<dc:creator>Kido</dc:creator>
		<pubDate>Tue, 24 May 2011 18:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/?p=1167#comment-379942</guid>
		<description>Thanks for the solutions it&#039;s work fine</description>
		<content:encoded><![CDATA[<p>Thanks for the solutions it&#8217;s work fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soniya Ahuja</title>
		<link>http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/comment-page-1/#comment-359116</link>
		<dc:creator>Soniya Ahuja</dc:creator>
		<pubDate>Mon, 08 Feb 2010 23:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/?p=1167#comment-359116</guid>
		<description>I tried the method specified by kikito, but it gave a submit button with reset text. What I did instead was this

 &#039;reset&#039;, :id =&gt; &#039;reset&#039;, :type =&gt; &#039;reset&#039; %&gt;

This created an HTML reset button for me.</description>
		<content:encoded><![CDATA[<p>I tried the method specified by kikito, but it gave a submit button with reset text. What I did instead was this</p>
<p> &#8216;reset&#8217;, :id =&gt; &#8216;reset&#8217;, :type =&gt; &#8216;reset&#8217; %&gt;</p>
<p>This created an HTML reset button for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kikito</title>
		<link>http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/comment-page-1/#comment-342272</link>
		<dc:creator>kikito</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/?p=1167#comment-342272</guid>
		<description>Hey, you don&#039;t need javascript for that.

You can generate an html-only reset button by doing this:

 &#039;reset&#039; %&gt;

But you&#039;ll probably want to add a :name and :id parameters too:

 &#039;reset&#039;,  :name =&gt; &#039;reset&#039;, :id =&gt; &#039;reset&#039; %&gt;

Because by default these will be &#039;object_submit&#039;

Regards,

Kikito
The :name and :idparameter is for t</description>
		<content:encoded><![CDATA[<p>Hey, you don&#8217;t need javascript for that.</p>
<p>You can generate an html-only reset button by doing this:</p>
<p> &#8216;reset&#8217; %&gt;</p>
<p>But you&#8217;ll probably want to add a :name and :id parameters too:</p>
<p> &#8216;reset&#8217;,  :name =&gt; &#8216;reset&#8217;, :id =&gt; &#8216;reset&#8217; %&gt;</p>
<p>Because by default these will be &#8216;object_submit&#8217;</p>
<p>Regards,</p>
<p>Kikito<br />
The :name and :idparameter is for t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/comment-page-1/#comment-197439</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sat, 23 Aug 2008 17:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/?p=1167#comment-197439</guid>
		<description>I&#039;m in the process of adding a huge cancel button to the front page right now.</description>
		<content:encoded><![CDATA[<p>I&#8217;m in the process of adding a huge cancel button to the front page right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilmer</title>
		<link>http://involution.com/2008/08/22/using-ruby-on-rails-form-helpers-to-create-a-javascript-form-reset-button/comment-page-1/#comment-197413</link>
		<dc:creator>Wilmer</dc:creator>
		<pubDate>Sat, 23 Aug 2008 08:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/?p=1167#comment-197413</guid>
		<description>Seriously, who uses those reset buttons? Aren&#039;t those just the bastards you sometimes accidentally push instead of Submit and then you end up rewriting everything you just already wrote? But somehow everyone makes them anyway since Tim Berners-Lee wanted it that way?

Even your blag doesn&#039;t have one! :-P</description>
		<content:encoded><![CDATA[<p>Seriously, who uses those reset buttons? Aren&#8217;t those just the bastards you sometimes accidentally push instead of Submit and then you end up rewriting everything you just already wrote? But somehow everyone makes them anyway since Tim Berners-Lee wanted it that way?</p>
<p>Even your blag doesn&#8217;t have one! :-P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

