<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>哥哥万的博客 &#187; 前端技术</title>
	<atom:link href="http://www.gegewan.org/cat/%e5%89%8d%e7%ab%af%e6%8a%80%e6%9c%af/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gegewan.org</link>
	<description>我是哥哥万，也是gegewan，伪程序员</description>
	<lastBuildDate>Thu, 19 Aug 2010 02:49:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>extjs的grid的行响应双击事件</title>
		<link>http://www.gegewan.org/html/132.html</link>
		<comments>http://www.gegewan.org/html/132.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:30:00 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[前端技术]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/132.html</guid>
		<description><![CDATA[在listeners里面添加下面的代码     listeners: {      &#160;&#160;&#160; rowdblclick: function(grid, rowindex, e){      &#160;&#160;&#160;&#160;&#160;&#160;&#160; var record = grid.getStore().getAt(rowindex);      &#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(&#34;所选行的id信息: &#34; + record.data.id);      &#160;&#160;&#160; }      }

]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/132.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
