<?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: Toggling the control bar in a Flex RichTextEditor control</title>
	<link>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 01:32:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: tony grimes</title>
		<link>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-12731</link>
		<author>tony grimes</author>
		<pubDate>Fri, 16 May 2008 09:54:19 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-12731</guid>
		<description>this will put the toolbar above the textArea
&lt;pre class="code"&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-12704</link>
		<author>tony grimes</author>
		<pubDate>Thu, 15 May 2008 11:55:07 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-12704</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'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> - 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-7512</link>
		<author>Tony Jacobson</author>
		<pubDate>Wed, 12 Mar 2008 00:01:46 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/21/toggling-the-control-bar-in-a-flex-richtexteditor-control/#comment-7512</guid>
		<description>This is cool. I'm deadly curious to find out if it'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>
