<?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: Toggling the control bar in a Flex RichTextEditor control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tony grimes</title>
		<link>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/comment-page-1/#comment-1986</link>
		<dc:creator>tony grimes</dc:creator>
		<pubDate>Fri, 16 May 2008 09:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-1986</guid>
		<description>this will put the toolbar above the textArea
&lt;pre class=&quot;code&quot;&gt;
var displayObj:DisplayObject = mainrteText.toolbar;
rte.toolbar.parent.removeChild(displayObj);
rte.addChildAt(displayObj, 0);
&lt;/pre&gt;

its a weird roundabout way of doing it but was the only way i could work out how to target the ControlBar (it has no id and doesnt seem to be targettable directly through the DisplayList. Weird).</description>
		<content:encoded><![CDATA[<p>this will put the toolbar above the textArea</p>
<pre class="code">
var displayObj:DisplayObject = mainrteText.toolbar;
rte.toolbar.parent.removeChild(displayObj);
rte.addChildAt(displayObj, 0);
</pre>
<p>its a weird roundabout way of doing it but was the only way i could work out how to target the ControlBar (it has no id and doesnt seem to be targettable directly through the DisplayList. Weird).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony grimes</title>
		<link>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/comment-page-1/#comment-1985</link>
		<dc:creator>tony grimes</dc:creator>
		<pubDate>Thu, 15 May 2008 11:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-1985</guid>
		<description>you can style the control bar with &lt;code&gt;setStyle(prop:String, value)&lt;/code&gt; - where &lt;code&gt;prop&lt;/code&gt; is one of numerous styles in the componenet&#039;s API.

However, i have teh same question regarding positioning of the control bar. Cant work out how to place it above the text Area.</description>
		<content:encoded><![CDATA[<p>you can style the control bar with <code>setStyle(prop:String, value)</code> &#8211; where <code>prop</code> is one of numerous styles in the componenet&#8217;s API.</p>
<p>However, i have teh same question regarding positioning of the control bar. Cant work out how to place it above the text Area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Jacobson</title>
		<link>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/comment-page-1/#comment-1984</link>
		<dc:creator>Tony Jacobson</dc:creator>
		<pubDate>Wed, 12 Mar 2008 00:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-1984</guid>
		<description>This is cool. I&#039;m deadly curious to find out if it&#039;s possible to do two other things with the Rich Text Editor component:

1) Can the control bar buttons etc be skinned and/or customized?

2) Can the control bar positioned anywhere in the RTE design area? Eg., be positioned above the text area sitting right on the top edge with zero-clearence.

tonejac deluxe</description>
		<content:encoded><![CDATA[<p>This is cool. I&#8217;m deadly curious to find out if it&#8217;s possible to do two other things with the Rich Text Editor component:</p>
<p>1) Can the control bar buttons etc be skinned and/or customized?</p>
<p>2) Can the control bar positioned anywhere in the RTE design area? Eg., be positioned above the text area sitting right on the top edge with zero-clearence.</p>
<p>tonejac deluxe</p>
]]></content:encoded>
	</item>
</channel>
</rss>

