<?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: Four Tips for Staying on Track With Scope in ExtJS</title>
	<atom:link href="http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:53:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Tennyson</title>
		<link>http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/comment-page-1/#comment-3418</link>
		<dc:creator>Tennyson</dc:creator>
		<pubDate>Thu, 13 Aug 2009 19:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=262#comment-3418</guid>
		<description>Thanks for sharing! I always struggled with this, now I understand.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! I always struggled with this, now I understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animal</title>
		<link>http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/comment-page-1/#comment-2819</link>
		<dc:creator>Animal</dc:creator>
		<pubDate>Wed, 27 May 2009 09:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=262#comment-2819</guid>
		<description>Useful. I hope lots of people read this!

Don&#039;t forget to add *callback* specifications.

Whenever you specify a function as a callback (eg, Store&#039;s &quot;load&quot; callback), you might need to also specify scope, if the function expects to be a &quot;member&quot; of anything.</description>
		<content:encoded><![CDATA[<p>Useful. I hope lots of people read this!</p>
<p>Don&#8217;t forget to add *callback* specifications.</p>
<p>Whenever you specify a function as a callback (eg, Store&#8217;s &#8220;load&#8221; callback), you might need to also specify scope, if the function expects to be a &#8220;member&#8221; of anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/comment-page-1/#comment-2814</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 26 May 2009 23:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=262#comment-2814</guid>
		<description>This is genius :)</description>
		<content:encoded><![CDATA[<p>This is genius <img src='http://www.vinylfox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Julian</title>
		<link>http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/comment-page-1/#comment-2813</link>
		<dc:creator>Jonathan Julian</dc:creator>
		<pubDate>Tue, 26 May 2009 21:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=262#comment-2813</guid>
		<description>Thanks for sharing your Scope Donkey! Luckily, the ExtJS docs also do a pretty good job of documenting all the places where you can pass scope into their api.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your Scope Donkey! Luckily, the ExtJS docs also do a pretty good job of documenting all the places where you can pass scope into their api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Waters</title>
		<link>http://www.vinylfox.com/four-tips-for-staying-on-track-with-scope-in-extjs/comment-page-1/#comment-2812</link>
		<dc:creator>Rich Waters</dc:creator>
		<pubDate>Tue, 26 May 2009 21:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=262#comment-2812</guid>
		<description>Don&#039;t forget the listeners config version of adding events :P

&lt;p&gt;&lt;textarea class=&quot;js&quot; cols=&quot;100&quot; name=&quot;code&quot;&gt;listeners: {
    myevent: this.myHandler,
    scope: this
}&lt;/textarea&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget the listeners config version of adding events <img src='http://www.vinylfox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><textarea class="js" cols="100" name="code">listeners: {<br />
    myevent: this.myHandler,<br />
    scope: this<br />
}</textarea></p>
]]></content:encoded>
	</item>
</channel>
</rss>
