<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Changing the Flex DateChooser control&#8217;s text alignment</title>
	<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 17:01:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13241</link>
		<author>peterd</author>
		<pubDate>Thu, 05 Jun 2008 23:06:53 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13241</guid>
		<description>&lt;a href="http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13240" rel="nofollow"&gt;Anthony&lt;/a&gt;,

How about this:
&lt;pre class="code"&gt;
&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"&#62;
    
    &#60;mx:Style&#62;
        .dateChooserHeaderStyles {
            fontWeight: bold;
            textAlign: left;
        }
    &#60;/mx:Style&#62;
    
    &#60;mx:DateChooser headerStyleName="dateChooserHeaderStyles" /&#62;
    
&#60;/mx:Application&#62;
&lt;/pre&gt;

Peter

&lt;p class="new"&gt;Actually, I turned this into a full example. For more information, see &lt;a href="http://blog.flexexamples.com/2008/06/05/aligning-headers-in-a-datechooser-control-in-flex/" rel="nofollow"&gt;&lt;u&gt;"Aligning headers in a DateChooser control in Flex"&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13240" rel="nofollow">Anthony</a>,</p>
<p>How about this:</p>
<pre class="code">
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"&gt;

    &lt;mx:Style&gt;
        .dateChooserHeaderStyles {
            fontWeight: bold;
            textAlign: left;
        }
    &lt;/mx:Style&gt;

    &lt;mx:DateChooser headerStyleName="dateChooserHeaderStyles" /&gt;

&lt;/mx:Application&gt;
</pre>
<p>Peter</p>
<p class="new">Actually, I turned this into a full example. For more information, see <a href="http://blog.flexexamples.com/2008/06/05/aligning-headers-in-a-datechooser-control-in-flex/" rel="nofollow"><u>&#8220;Aligning headers in a DateChooser control in Flex&#8221;</u></a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13240</link>
		<author>Anthony</author>
		<pubDate>Thu, 05 Jun 2008 20:26:12 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13240</guid>
		<description>Is there a way to align the Month and Year title in the header?</description>
		<content:encoded><![CDATA[<p>Is there a way to align the Month and Year title in the header?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
