<?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"
	>
<channel>
	<title>Comments on: Integrating Google Maps API With ExtJS</title>
	<atom:link href="http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/</link>
	<description>JavaScript UI Component Library</description>
	<pubDate>Tue, 06 Jan 2009 10:04:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: wakiwa</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-21588</link>
		<dc:creator>wakiwa</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-21588</guid>
		<description></description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: mikati</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-21566</link>
		<dc:creator>mikati</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-21566</guid>
		<description></description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Estetik</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-18081</link>
		<dc:creator>Estetik</dc:creator>
		<pubDate>Fri, 28 Nov 2008 22:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-18081</guid>
		<description>Lars - Free as a bird. Use it anywhere or any way you like.</description>
		<content:encoded><![CDATA[<p>Lars - Free as a bird. Use it anywhere or any way you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-16072</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 28 Oct 2008 15:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-16072</guid>
		<description>Brilliant!  I used this as a framework for my site UI and it's pure beauty.  Thanks a lot for creating this.</description>
		<content:encoded><![CDATA[<p>Brilliant!  I used this as a framework for my site UI and it&#8217;s pure beauty.  Thanks a lot for creating this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _IO_</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-15297</link>
		<dc:creator>_IO_</dc:creator>
		<pubDate>Tue, 21 Oct 2008 00:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-15297</guid>
		<description>Good job,
now Im trying to modify the script to change the map of the window but i get a problem.
In the listener when a row is selected I add a new gmap component to the window. Here there is a fragment:
...

selector.addListener('rowselect', function(f, index, record)
{
mapwin.add(new Ext.ux.GMapPanel({
region: 'center',
zoomLevel: 8,
id: 'mapa',
gmapType: 'map',
addControl: new GSmallMapControl(),
setCenter: {
geoCodeAddr: record.get('nom_ent_sin')+", "+record.get('nom_mun_50'),
marker: {
    	title: record.get('nom_ent_sin'),
    	}
}
}));
mapwin.setTitle(record.get('nom_ent_sin'));
mapwin.show();
});

the problem is that the content is not updated. I would like that content were updated
when i select a distinct row.</description>
		<content:encoded><![CDATA[<p>Good job,<br />
now Im trying to modify the script to change the map of the window but i get a problem.<br />
In the listener when a row is selected I add a new gmap component to the window. Here there is a fragment:<br />
&#8230;</p>
<p>selector.addListener(&#8217;rowselect&#8217;, function(f, index, record)<br />
{<br />
mapwin.add(new Ext.ux.GMapPanel({<br />
region: &#8216;center&#8217;,<br />
zoomLevel: 8,<br />
id: &#8216;mapa&#8217;,<br />
gmapType: &#8216;map&#8217;,<br />
addControl: new GSmallMapControl(),<br />
setCenter: {<br />
geoCodeAddr: record.get(&#8217;nom_ent_sin&#8217;)+&#8221;, &#8220;+record.get(&#8217;nom_mun_50&#8242;),<br />
marker: {<br />
    	title: record.get(&#8217;nom_ent_sin&#8217;),<br />
    	}<br />
}<br />
}));<br />
mapwin.setTitle(record.get(&#8217;nom_ent_sin&#8217;));<br />
mapwin.show();<br />
});</p>
<p>the problem is that the content is not updated. I would like that content were updated<br />
when i select a distinct row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elver</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-15112</link>
		<dc:creator>Elver</dc:creator>
		<pubDate>Sat, 18 Oct 2008 15:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-15112</guid>
		<description>this is very good!</description>
		<content:encoded><![CDATA[<p>this is very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clarisse</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-15074</link>
		<dc:creator>Clarisse</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-15074</guid>
		<description>I love Google API!
I know a very good site that uses this. Its a real estate search engine called &lt;a href="http://www.imobilien.com.br/" rel="nofollow"&gt;Imobilien&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I love Google API!<br />
I know a very good site that uses this. Its a real estate search engine called <a href="http://www.imobilien.com.br/" rel="nofollow">Imobilien</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heidtmare</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-13990</link>
		<dc:creator>heidtmare</dc:creator>
		<pubDate>Wed, 06 Aug 2008 18:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-13990</guid>
		<description>how can i get this to play well with toolbars?
my map goes under my bbar...</description>
		<content:encoded><![CDATA[<p>how can i get this to play well with toolbars?<br />
my map goes under my bbar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Kostenko. Home &#187; Blog Archive &#187; Вышел ExtJS 2.2</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-13960</link>
		<dc:creator>Andrey Kostenko. Home &#187; Blog Archive &#187; Вышел ExtJS 2.2</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-13960</guid>
		<description>[...]  This extension was originally written up as a demo for one of our previous blog posts. However, it proved to be such a hit with the community that we transformed it into an official [...]</description>
		<content:encoded><![CDATA[<p>[...]  This extension was originally written up as a demo for one of our previous blog posts. However, it proved to be such a hit with the community that we transformed it into an official [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ext JS - Blog</title>
		<link>http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-13934</link>
		<dc:creator>Ext JS - Blog</dc:creator>
		<pubDate>Tue, 05 Aug 2008 03:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/2008/07/01/integrating-google-maps-api-with-extjs/#comment-13934</guid>
		<description>[...]   This extension was originally written up as a demo for one of our previous blog posts. However, it proved to be such a hit with the community that we transformed it into an official [...]</description>
		<content:encoded><![CDATA[<p>[...]   This extension was originally written up as a demo for one of our previous blog posts. However, it proved to be such a hit with the community that we transformed it into an official [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
