<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Extending a widget to make it data-aware</title>
	<atom:link href="http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:58:16 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james</title>
		<link>http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/comment-page-1/#comment-200</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 01 Jun 2008 08:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=92#comment-200</guid>
		<description>Hi,
Ignore my previous post.  I think that was not the issue. I tried the following but still can&#039;t get anyting to display.  It could be due to it
the DropDown doesn&#039;t get refresh?  How to get it to refresh?

startup: function(){
    this.inherited(arguments);
    if(this.store){
        var store = this.store;
        var fx = function(item){
console.debug(store.getIdentity(item));    &lt;= yes....it shows the identity
            this.addOption(store.getIdentity(item), store.getLabel(item));
        };
        store.fetch({onItem: fx, scope: this});
    }
}</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Ignore my previous post.  I think that was not the issue. I tried the following but still can&#8217;t get anyting to display.  It could be due to it<br />
the DropDown doesn&#8217;t get refresh?  How to get it to refresh?</p>
<p>startup: function(){<br />
    this.inherited(arguments);<br />
    if(this.store){<br />
        var store = this.store;<br />
        var fx = function(item){<br />
console.debug(store.getIdentity(item));    &lt;= yes&#8230;.it shows the identity<br />
            this.addOption(store.getIdentity(item), store.getLabel(item));<br />
        };<br />
        store.fetch({onItem: fx, scope: this});<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/comment-page-1/#comment-199</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 01 Jun 2008 06:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=92#comment-199</guid>
		<description>Hi,
I tried out your tutorial, but I can&#039;t get it to work on the store.

In the startup: function(){...  I did an output before the if(this.store).... I get the following output
Object _arrayOfAllItems=[0] _arrayOfTopLevelItems=[0]
I drilled it down with firebug, under _arrayOfAllItems I show all data were there?

I am running on dojo from svn with revision 13850.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried out your tutorial, but I can&#8217;t get it to work on the store.</p>
<p>In the startup: function(){&#8230;  I did an output before the if(this.store)&#8230;. I get the following output<br />
Object _arrayOfAllItems=[0] _arrayOfTopLevelItems=[0]<br />
I drilled it down with firebug, under _arrayOfAllItems I show all data were there?</p>
<p>I am running on dojo from svn with revision 13850.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.391 seconds -->
