<?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: Flex中如何在Panel控件的status文本中添加一个链接的例子</title>
	<atom:link href="http://blog.minidx.com/2008/04/18/738.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com/2008/04/18/738.html</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:20:59 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Minidxer</title>
		<link>http://blog.minidx.com/2008/04/18/738.html/comment-page-1#comment-6449</link>
		<dc:creator>Minidxer</dc:creator>
		<pubDate>Fri, 25 Jul 2008 16:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/04/18/738.html#comment-6449</guid>
		<description>//panel.status = “更多”
就可以了。</description>
		<content:encoded><![CDATA[<p>//panel.status = “更多”<br />
就可以了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xu</title>
		<link>http://blog.minidx.com/2008/04/18/738.html/comment-page-1#comment-6431</link>
		<dc:creator>xu</dc:creator>
		<pubDate>Wed, 23 Jul 2008 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/04/18/738.html#comment-6431</guid>
		<description>我的MSN :guangshegxu@hotmail.com</description>
		<content:encoded><![CDATA[<p>我的MSN :guangshegxu@hotmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xu</title>
		<link>http://blog.minidx.com/2008/04/18/738.html/comment-page-1#comment-6430</link>
		<dc:creator>xu</dc:creator>
		<pubDate>Wed, 23 Jul 2008 05:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/04/18/738.html#comment-6430</guid>
		<description>我指定了.麻烦你了
panel = new Panel();
panel.title = name;
panel.status = “更多”
panel.width = 320;
panel.height = 240;

var tf:IUITextField = panel.mx_internal::getStatusTextField();
if(tf!=null){
        tf.selectable=true; 
        tf.addEventListener(TextEvent.LINK, oneNewsTypeNewsShow); 
        tf.htmlText = &quot;&lt;a href=&#039;showAlert&#039; rel=&quot;nofollow&quot;&gt;更多&lt;/a&gt;&quot;; 
  }</description>
		<content:encoded><![CDATA[<p>我指定了.麻烦你了<br />
panel = new Panel();<br />
panel.title = name;<br />
panel.status = “更多”<br />
panel.width = 320;<br />
panel.height = 240;</p>
<p>var tf:IUITextField = panel.mx_internal::getStatusTextField();<br />
if(tf!=null){<br />
        tf.selectable=true;<br />
        tf.addEventListener(TextEvent.LINK, oneNewsTypeNewsShow);<br />
        tf.htmlText = &#8220;<a href='showAlert' rel="nofollow">更多</a>&#8220;;<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minidxer</title>
		<link>http://blog.minidx.com/2008/04/18/738.html/comment-page-1#comment-6429</link>
		<dc:creator>Minidxer</dc:creator>
		<pubDate>Wed, 23 Jul 2008 05:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/04/18/738.html#comment-6429</guid>
		<description>status在new的时候指定了吗？

panel = new Panel();
panel.title = &quot;My Title&quot;;
panel.status = &quot;status with link&quot;
panel.width = 320;
panel.height = 240;

var tf:IUITextField = panel.mx_internal::getStatusTextField();</description>
		<content:encoded><![CDATA[<p>status在new的时候指定了吗？</p>
<p>panel = new Panel();<br />
panel.title = &#8220;My Title&#8221;;<br />
panel.status = &#8220;status with link&#8221;<br />
panel.width = 320;<br />
panel.height = 240;</p>
<p>var tf:IUITextField = panel.mx_internal::getStatusTextField();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xu</title>
		<link>http://blog.minidx.com/2008/04/18/738.html/comment-page-1#comment-6428</link>
		<dc:creator>xu</dc:creator>
		<pubDate>Wed, 23 Jul 2008 05:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/04/18/738.html#comment-6428</guid>
		<description>我在 as 中创建
 var panel:Panel=new Panel; 我怎么使用这链接呀!
var tf:IUITextField = panel.mx_internal::getStatusTextField();
tf 空对象. 我应该怎么做</description>
		<content:encoded><![CDATA[<p>我在 as 中创建<br />
 var panel:Panel=new Panel; 我怎么使用这链接呀!<br />
var tf:IUITextField = panel.mx_internal::getStatusTextField();<br />
tf 空对象. 我应该怎么做</p>
]]></content:encoded>
	</item>
</channel>
</rss>
