<?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: &#8220;Live&#8221; event in ExtJS</title>
	<atom:link href="http://www.jslog.com/live-event-in-extjs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jslog.com/live-event-in-extjs</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jul 2011 04:51:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sebastian</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-63</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-63</guid>
		<description>Just to mention. jQuery has delegate too http://api.jquery.com/delegate/ with the same behaviour like in ExtJS but as you would assume a little different syntax</description>
		<content:encoded><![CDATA[<p>Just to mention. jQuery has delegate too <a href="http://api.jquery.com/delegate/" rel="nofollow">http://api.jquery.com/delegate/</a> with the same behaviour like in ExtJS but as you would assume a little different syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils Dehl</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-62</link>
		<dc:creator>Nils Dehl</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-62</guid>
		<description>Nice article</description>
		<content:encoded><![CDATA[<p>Nice article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radu</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-15</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-15</guid>
		<description>@Frederick could you please give more details on how you are using XTemplates for generating custom views? Thanks!</description>
		<content:encoded><![CDATA[<p>@Frederick could you please give more details on how you are using XTemplates for generating custom views? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick (VinylFox)</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-14</link>
		<dc:creator>Shea Frederick (VinylFox)</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-14</guid>
		<description>@Jonathan @radu I use XTemplates for generating custom views inside of components, this is where I most often use event delegation - it&#039;s not strictly a &#039;dealing with page elements&#039; thing. Very useful for custom components.</description>
		<content:encoded><![CDATA[<p>@Jonathan @radu I use XTemplates for generating custom views inside of components, this is where I most often use event delegation &#8211; it&#8217;s not strictly a &#8216;dealing with page elements&#8217; thing. Very useful for custom components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radu</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-12</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Wed, 10 Feb 2010 06:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-12</guid>
		<description>@Jonathan. You are absolutely right Jonathan! I just wanted to provide an insight on how one can do this, if needed. I will come up in a future post with other tips on events, this time on component events and global application events. Thanks for the visit!</description>
		<content:encoded><![CDATA[<p>@Jonathan. You are absolutely right Jonathan! I just wanted to provide an insight on how one can do this, if needed. I will come up in a future post with other tips on events, this time on component events and global application events. Thanks for the visit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Julian</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-11</link>
		<dc:creator>Jonathan Julian</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-11</guid>
		<description>Nice post. It&#039;s worth noting that when building an Ext JS application you are more likely to deal with events on Components rather than events on page elements. This is because of the beautiful abstraction that Ext JS provides: for example, you work with an Ext.grid.GridPanel JavaScript object as opposed to the underlying collection of tables and divs.</description>
		<content:encoded><![CDATA[<p>Nice post. It&#8217;s worth noting that when building an Ext JS application you are more likely to deal with events on Components rather than events on page elements. This is because of the beautiful abstraction that Ext JS provides: for example, you work with an Ext.grid.GridPanel JavaScript object as opposed to the underlying collection of tables and divs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick (VinylFox)</title>
		<link>http://www.jslog.com/live-event-in-extjs/comment-page-1#comment-10</link>
		<dc:creator>Shea Frederick (VinylFox)</dc:creator>
		<pubDate>Tue, 09 Feb 2010 23:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jslog.com/?p=121#comment-10</guid>
		<description>Event delegation with Ext JS is incredibly useful for sure. Nice write-up.</description>
		<content:encoded><![CDATA[<p>Event delegation with Ext JS is incredibly useful for sure. Nice write-up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

