<?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: Extjs : Form Submit With Enter Key Event</title>
	<atom:link href="http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Mon, 07 May 2012 19:55:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sree</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-69834</link>
		<dc:creator>Sree</dc:creator>
		<pubDate>Wed, 14 Dec 2011 10:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-69834</guid>
		<description>Thank you for this post..saved time.</description>
		<content:encoded><![CDATA[<p>Thank you for this post..saved time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetEmp</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-41312</link>
		<dc:creator>NetEmp</dc:creator>
		<pubDate>Thu, 29 Sep 2011 09:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-41312</guid>
		<description>Thanks for sharing the stuff, the post is simple and clear. But when I am using it with ExtJS 4 then its unfortunately not working. 

Does this not work with ExtJS 4? I checked the API and found that there is nothing as &#039;keys&#039; existing there. 

Has this been called off? Any clues? Thanks in advance for any help.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the stuff, the post is simple and clear. But when I am using it with ExtJS 4 then its unfortunately not working. </p>
<p>Does this not work with ExtJS 4? I checked the API and found that there is nothing as &#8216;keys&#8217; existing there. </p>
<p>Has this been called off? Any clues? Thanks in advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: extjstutorial.org</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-18892</link>
		<dc:creator>extjstutorial.org</dc:creator>
		<pubDate>Fri, 06 May 2011 15:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-18892</guid>
		<description>&lt;strong&gt;Extjs : Form Submit With Enter Key Event...&lt;/strong&gt;

This is the short post that I want to share, cause last year I had created form in Extjs and submitted using ENTER key event so I want to share that here the simple code in Extjs form to enabling ENTER key event, but using this code your mouse cursor s...</description>
		<content:encoded><![CDATA[<p><strong>Extjs : Form Submit With Enter Key Event&#8230;</strong></p>
<p>This is the short post that I want to share, cause last year I had created form in Extjs and submitted using ENTER key event so I want to share that here the simple code in Extjs form to enabling ENTER key event, but using this code your mouse cursor s&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-17044</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 12 Apr 2011 17:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-17044</guid>
		<description>Very thanks, it helped me.</description>
		<content:encoded><![CDATA[<p>Very thanks, it helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-11267</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Sun, 06 Feb 2011 00:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-11267</guid>
		<description>yes I experience the same problem too, it seem when the focus submit button, both event are called the button handler, and the enter key event, maybe removeHandler or addListener can be used to bind and unbind event</description>
		<content:encoded><![CDATA[<p>yes I experience the same problem too, it seem when the focus submit button, both event are called the button handler, and the enter key event, maybe removeHandler or addListener can be used to bind and unbind event</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafael</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-11209</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Sat, 05 Feb 2011 05:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-11209</guid>
		<description>I have a problem, in your example, the enter works perfect , pero when i click the button with mouse nothing happen.
my worst problem is when i add one handler in buttons section, when i navigate using tab and place the focus in save button and press enter two records are created.
why did happen this?</description>
		<content:encoded><![CDATA[<p>I have a problem, in your example, the enter works perfect , pero when i click the button with mouse nothing happen.<br />
my worst problem is when i add one handler in buttons section, when i navigate using tab and place the focus in save button and press enter two records are created.<br />
why did happen this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: esteban</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-8014</link>
		<dc:creator>esteban</dc:creator>
		<pubDate>Sat, 18 Dec 2010 07:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-8014</guid>
		<description>thanks man</description>
		<content:encoded><![CDATA[<p>thanks man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaim</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-7617</link>
		<dc:creator>Chaim</dc:creator>
		<pubDate>Wed, 08 Dec 2010 09:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-7617</guid>
		<description>Works like a charm. Great post. Thanks!</description>
		<content:encoded><![CDATA[<p>Works like a charm. Great post. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gracey</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-7614</link>
		<dc:creator>gracey</dc:creator>
		<pubDate>Wed, 08 Dec 2010 07:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-7614</guid>
		<description>thank you for posting it.
it works!</description>
		<content:encoded><![CDATA[<p>thank you for posting it.<br />
it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/06/04/extjs-form-submit-with-enter-key-event/comment-page-1/#comment-7152</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Sat, 20 Nov 2010 03:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=781#comment-7152</guid>
		<description>owh really? do you get any error?, cause mine, it seems work fine</description>
		<content:encoded><![CDATA[<p>owh really? do you get any error?, cause mine, it seems work fine</p>
]]></content:encoded>
	</item>
</channel>
</rss>

