<?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>中文Flex例子 &#187; DropDownList</title>
	<atom:link href="http://blog.minidx.com/category/flex/dropdownlist/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex 4中如何通过baseColor样式设置DropDownList基本肤色的例子</title>
		<link>http://blog.minidx.com/2009/10/22/2984.html</link>
		<comments>http://blog.minidx.com/2009/10/22/2984.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:03:19 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[baseColor]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2984</guid>
		<description><![CDATA[接下来的例子演示了Flex 4中如何通过baseColor样式，设置DropDownList基本肤色。 








下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application&#160;name=&#34;Spark_DropDownList_baseColor_test&#34;
&#160; &#160; &#160; &#160; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;
&#160; &#160; &#160; &#160; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;width=&#34;100%&#34; cornerRadius=&#34;0&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Form&#160;styleName=&#34;plain&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:FormItem&#160;label=&#34;baseColor:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:ColorPicker&#160;id=&#34;colorPicker&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; selectedColor=&#34;#CCCCCC&#34;&#160;/&#62;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/10/22/2984.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何通过transitions属性创建淡入浅出显示效果DropDownList的例子</title>
		<link>http://blog.minidx.com/2009/08/25/2862.html</link>
		<comments>http://blog.minidx.com/2009/08/25/2862.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 23:51:41 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[transitions]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2862</guid>
		<description><![CDATA[接下来的Flex Gumbo中如何通过transitions属性，创建淡入浅出显示效果DropDownList。 








下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application&#160;name=&#34;Spark_DropDownList_transitions_test&#34;
&#160; &#160; &#160; &#160; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62;
&#160;
&#160; &#160; &#60;fx:Declarations&#62;
&#160; &#160; &#160; &#160; &#60;s:ArrayList&#160;id=&#34;arrList&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; source=&#34;[Red,Orange,Yellow,Green,Blue]&#34;&#160;/&#62;
&#160; &#160; &#60;/fx:Declarations&#62;
&#160;
&#160; &#160; &#60;s:DropDownList&#160;id=&#34;dropDownList&#34;
&#160; &#160; &#160; &#160; &#160; &#160; dataProvider=&#34;{arrList}&#34;
&#160; &#160; &#160; &#160; &#160; &#160; requiresSelection=&#34;true&#34;
&#160; &#160; &#160; &#160; &#160; &#160; skinClass=&#34;skins.CustomDropDownListSkin&#34;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/08/25/2862.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何通过contentBackgroundColor样式设置DropDownList内容背景颜色的例子</title>
		<link>http://blog.minidx.com/2009/08/17/2843.html</link>
		<comments>http://blog.minidx.com/2009/08/17/2843.html#comments</comments>
		<pubDate>Sun, 16 Aug 2009 23:53:27 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[contentBackgroundColor]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2843</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过contentBackgroundColor样式，设置DropDownList内容背景颜色。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application&#160;name=&#34;Spark_DropDownList_contentBackgroundColor_test&#34;
&#160; &#160; &#160; &#160; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;width=&#34;100%&#34; cornerRadius=&#34;0&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Form&#160;styleName=&#34;plain&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:FormItem&#160;label=&#34;contentBackgroundColor:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:ColorPicker&#160;id=&#34;colorPicker&#34; selectedColor=&#34;white&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;/mx:FormItem&#62;
&#160; &#160; &#160; &#160; &#60;/mx:Form&#62;
&#160; &#160; &#60;/mx:ApplicationControlBar&#62;
&#160;
&#160; &#160; &#60;s:DropDownList&#160;id=&#34;dropDownList&#34;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/08/17/2843.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何利用skinClass样式去掉DropDownList竖直方向分割线的例子</title>
		<link>http://blog.minidx.com/2009/08/16/2840.html</link>
		<comments>http://blog.minidx.com/2009/08/16/2840.html#comments</comments>
		<pubDate>Sun, 16 Aug 2009 10:13:14 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[skinClass]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2840</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何利用skinClass样式，去掉DropDownList竖直方向分割线。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application&#160;name=&#34;Spark_DropDownList_skinClass_test&#34;
&#160; &#160; &#160; &#160; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62;
&#160;
&#160; &#160; &#60;s:DropDownList&#160;id=&#34;dropDownList&#34;
&#160; &#160; &#160; &#160; &#160; &#160; prompt=&#34;Please select a thing...&#34;
&#160; &#160; &#160; &#160; &#160; &#160; labelField=&#34;label&#34;
&#160; &#160; &#160; &#160; &#160; &#160; skinClass=&#34;skins.CustomDropDownListSkin&#34;
&#160; &#160; &#160; &#160; &#160; &#160; horizontalCenter=&#34;0&#34;
&#160; &#160; &#160; &#160; &#160; &#160; top=&#34;20&#34;&#62;
&#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/08/16/2840.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何通过baseColor样式设置DropDownList基本颜色的例子</title>
		<link>http://blog.minidx.com/2009/08/15/2838.html</link>
		<comments>http://blog.minidx.com/2009/08/15/2838.html#comments</comments>
		<pubDate>Sat, 15 Aug 2009 10:07:19 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[baseColor]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2838</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过baseColor样式，设置DropDownList基本颜色。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application&#160;name=&#34;Spark_DropDownList_baseColor_test&#34;
&#160; &#160; &#160; &#160; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;width=&#34;100%&#34; cornerRadius=&#34;0&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Form&#160;styleName=&#34;plain&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:FormItem&#160;label=&#34;baseColor:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:ColorPicker&#160;id=&#34;colorPicker&#34; selectedColor=&#34;#CCCCCC&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;/mx:FormItem&#62;
&#160; &#160; &#160; &#160; &#60;/mx:Form&#62;
&#160; &#160; &#60;/mx:ApplicationControlBar&#62;
&#160;
&#160; &#160; &#60;s:DropDownList&#160;id=&#34;dropDownList&#34;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/08/15/2838.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 389/775 objects using disk

Served from: blog.minidx.com @ 2012-02-10 01:29:55 -->
