<?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; Panel</title>
	<atom:link href="http://blog.minidx.com/tag/panel/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中如何利用titleStyleName样式给Panel设置自定义的嵌入字体的例子</title>
		<link>http://blog.minidx.com/2009/04/24/2387.html</link>
		<comments>http://blog.minidx.com/2009/04/24/2387.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 00:19:31 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Panel]]></category>
		<category><![CDATA[fontFamily]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2387</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何利用titleStyleName样式，给Panel设置自定义的嵌入字体。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Style&#62;
&#160; &#160; &#160; &#160; @font-face {
&#160; &#160; &#160; &#160; &#160; &#160; src: local(&#34;Verdana&#34;);
&#160; &#160; &#160; &#160; &#160; &#160; fontFamily: VerdanaEmbedded;
&#160; &#160; &#160; &#160; }
&#160;
&#160; &#160; &#160; &#160; Panel {
&#160; &#160; &#160; &#160; &#160; &#160; titleStyleName: panelTitleStyleName;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/04/24/2387.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过titleStyleName和textIndent样式设置Panel的标题的例子</title>
		<link>http://blog.minidx.com/2009/02/23/2171.html</link>
		<comments>http://blog.minidx.com/2009/02/23/2171.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:32:32 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Panel]]></category>
		<category><![CDATA[textIndent]]></category>
		<category><![CDATA[titleStyleName]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2171</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过titleStyleName和textIndent样式，设置Panel的标题。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Style&#62;
&#160; &#160; &#160; &#160; .myPanelTitle {
&#160; &#160; &#160; &#160; &#160; &#160; textIndent: 50;
&#160; &#160; &#160; &#160; }
&#160; &#160; &#60;/mx:Style&#62;
&#160;
&#160; &#160; &#60;mx:Panel&#160;title=&#34;Lorem ipsum&#34;
&#160; &#160; &#160; &#160; &#160; &#160; titleStyleName=&#34;myPanelTitle&#34;
&#160; &#160; &#160; &#160; &#160; &#160; titleIcon=&#34;@Embed('assets/accept.png')&#34;
&#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/23/2171.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过layout属性设置Panel容器横向或竖向排列的例子</title>
		<link>http://blog.minidx.com/2009/02/22/2126.html</link>
		<comments>http://blog.minidx.com/2009/02/22/2126.html#comments</comments>
		<pubDate>Sun, 22 Feb 2009 10:01:29 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Panel]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2126</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过layout属性，设置Panel容器横向或竖向排列。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Array&#160;id=&#34;arr&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;horizontal&#34; /&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;vertical&#34; /&#62;
&#160; &#160; &#60;/mx:Array&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;dock=&#34;true&#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;layout:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:ToggleButtonBar&#160;id=&#34;toggleButtonBar&#34;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/22/2126.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何利用borderThicknessLeft, borderThicknessRight, borderThicknessTop和borderThicknessBottom样式设置Panel容器各边框厚度的例子</title>
		<link>http://blog.minidx.com/2009/02/21/2124.html</link>
		<comments>http://blog.minidx.com/2009/02/21/2124.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 10:16:20 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Panel]]></category>
		<category><![CDATA[borderThicknessBottom]]></category>
		<category><![CDATA[borderThicknessLeft]]></category>
		<category><![CDATA[borderThicknessRight]]></category>
		<category><![CDATA[borderThicknessTop]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2124</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何利用borderThicknessLeft, borderThicknessRight, borderThicknessTop和borderThicknessBottom样式，设置Panel容器各边框厚度。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Style&#62;
&#160; &#160; &#160; &#160; .nakedButton {
&#160; &#160; &#160; &#160; &#160; &#160; skin: ClassReference(null);
&#160; &#160; &#160; &#160; }
&#160; &#160; &#60;/mx:Style&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;dock=&#34;true&#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;borderThicknessLeft:&#34;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/21/2124.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何利用headerHeight样式调整Panel容器高度的例子</title>
		<link>http://blog.minidx.com/2009/02/20/2122.html</link>
		<comments>http://blog.minidx.com/2009/02/20/2122.html#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:01:02 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Panel]]></category>
		<category><![CDATA[headerHeight]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2122</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何利用headerHeight样式，调整Panel容器高度。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;dock=&#34;true&#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;headerHeight:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:HSlider&#160;id=&#34;slider&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; minimum=&#34;24&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/20/2122.html/feed</wfw:commentRss>
		<slash:comments>1</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 2/25 queries in 0.207 seconds using disk
Object Caching 402/778 objects using disk

Served from: blog.minidx.com @ 2012-02-09 10:34:47 -->
