<?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: The Hottest ExtJS 3.0 Feature You&#8217;ve Never Heard About</title>
	<atom:link href="http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/</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: uberVU - social comments</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-4674</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-4674</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by tdgi: #ExtJS TOTD: Learn about the &#039;ref&#039;  config property from @VinylFox http://bit.ly/UCY4j...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by tdgi: #ExtJS TOTD: Learn about the &#8216;ref&#8217;  config property from @VinylFox <a href="http://bit.ly/UCY4j.." rel="nofollow">http://bit.ly/UCY4j..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-4026</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-4026</guid>
		<description>How exactly did you come to this conclusion?</description>
		<content:encoded><![CDATA[<p>How exactly did you come to this conclusion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-4025</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-4025</guid>
		<description>I agree, that factor definitely limits their use. I still use them quite often though, mostly for user interactions that I know wont happen till the UI has been rendered.</description>
		<content:encoded><![CDATA[<p>I agree, that factor definitely limits their use. I still use them quite often though, mostly for user interactions that I know wont happen till the UI has been rendered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edoardo Marcora</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-4005</link>
		<dc:creator>Edoardo Marcora</dc:creator>
		<pubDate>Sat, 17 Oct 2009 13:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-4005</guid>
		<description>The fact that &quot;refs&quot; are set after rendering the component makes it of limited use. It would be a great tool if &quot;refs&quot; were set when a component is first instantiated, before rendering and everything else. I ended not using them to not constantly worrying about whether a component was rendered or not before using them.</description>
		<content:encoded><![CDATA[<p>The fact that &#8220;refs&#8221; are set after rendering the component makes it of limited use. It would be a great tool if &#8220;refs&#8221; were set when a component is first instantiated, before rendering and everything else. I ended not using them to not constantly worrying about whether a component was rendered or not before using them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Tavares</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-3837</link>
		<dc:creator>Bruno Tavares</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-3837</guid>
		<description>Ext ties references using the new ref config. but the references are never deallocated. It would be better if Ext could store the ref&#039;s and on onDestroy method, deallocate.

I&#039;m just wondering if all this references could end up on a big memory leak...</description>
		<content:encoded><![CDATA[<p>Ext ties references using the new ref config. but the references are never deallocated. It would be better if Ext could store the ref&#8217;s and on onDestroy method, deallocate.</p>
<p>I&#8217;m just wondering if all this references could end up on a big memory leak&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edoardo Marcora</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-3412</link>
		<dc:creator>Edoardo Marcora</dc:creator>
		<pubDate>Tue, 11 Aug 2009 11:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-3412</guid>
		<description>I am trying to cleanup my code using this &#039;ref&#039; new trick but I am getting undefined references. I have a viewport containing various panels. Each panel has a ref config option as such ref:&#039;../name_of_panel&#039;

If I put this.name_of_panel in the afterRender of the viewport I get back undefined... am I missing something here (I am sure I am doing something ridiculously stupid)?

Cheers,

Dado</description>
		<content:encoded><![CDATA[<p>I am trying to cleanup my code using this &#8216;ref&#8217; new trick but I am getting undefined references. I have a viewport containing various panels. Each panel has a ref config option as such ref:&#8217;../name_of_panel&#8217;</p>
<p>If I put this.name_of_panel in the afterRender of the viewport I get back undefined&#8230; am I missing something here (I am sure I am doing something ridiculously stupid)?</p>
<p>Cheers,</p>
<p>Dado</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-3396</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 08 Aug 2009 23:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-3396</guid>
		<description>Any plans to update your book for Ext 3?</description>
		<content:encoded><![CDATA[<p>Any plans to update your book for Ext 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-3268</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Sat, 18 Jul 2009 02:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-3268</guid>
		<description>Your absolutely correct Jesse, assuming you would be using the same panel+toolbar setup over and over again, then creating a pre-configured panel like this would be very helpful to centralize and reduce code.</description>
		<content:encoded><![CDATA[<p>Your absolutely correct Jesse, assuming you would be using the same panel+toolbar setup over and over again, then creating a pre-configured panel like this would be very helpful to centralize and reduce code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Dhillon</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-3267</link>
		<dc:creator>Jesse Dhillon</dc:creator>
		<pubDate>Fri, 17 Jul 2009 23:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-3267</guid>
		<description>You might extend a component if you used the same Panel+Toolbar in several different places, and wanted each instance to be identical, or at least start with identical basic config options.</description>
		<content:encoded><![CDATA[<p>You might extend a component if you used the same Panel+Toolbar in several different places, and wanted each instance to be identical, or at least start with identical basic config options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chalu</title>
		<link>http://www.vinylfox.com/the-hottest-extjs-30-feature-youve-never-heard-about/comment-page-1/#comment-3261</link>
		<dc:creator>chalu</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=260#comment-3261</guid>
		<description>Great post man. Ext is just great</description>
		<content:encoded><![CDATA[<p>Great post man. Ext is just great</p>
]]></content:encoded>
	</item>
</channel>
</rss>
