<?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: Creating a custom context menu on a RichTextEditor control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2007/12/31/creating-a-custom-context-menu-on-a-richtexteditor-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/12/31/creating-a-custom-context-menu-on-a-richtexteditor-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MArcio</title>
		<link>http://blog.flexexamples.com/2007/12/31/creating-a-custom-context-menu-on-a-richtexteditor-control-in-flex/comment-page-1/#comment-2183</link>
		<dc:creator>MArcio</dc:creator>
		<pubDate>Thu, 03 Apr 2008 16:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/31/creating-a-custom-context-menu-on-a-richtexteditor-control-in-flex/#comment-2183</guid>
		<description>How to dynamicalli a function [evt.mouseTarget]

for example

---------------

private function upperCase_menuItemSelect(evt:ContextMenuEvent):void {
var selText:String = richTextEditor.selection.text;
richTextEditor.selection.text = selText.toUpperCase();
}

---------------


var selText:String = evt.mouseTarget    .selection.text;</description>
		<content:encoded><![CDATA[<p>How to dynamicalli a function [evt.mouseTarget]</p>
<p>for example</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>private function upperCase_menuItemSelect(evt:ContextMenuEvent):void {<br />
var selText:String = richTextEditor.selection.text;<br />
richTextEditor.selection.text = selText.toUpperCase();<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>var selText:String = evt.mouseTarget    .selection.text;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flexLover</title>
		<link>http://blog.flexexamples.com/2007/12/31/creating-a-custom-context-menu-on-a-richtexteditor-control-in-flex/comment-page-1/#comment-2182</link>
		<dc:creator>flexLover</dc:creator>
		<pubDate>Tue, 01 Jan 2008 11:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/31/creating-a-custom-context-menu-on-a-richtexteditor-control-in-flex/#comment-2182</guid>
		<description>Thank you for your help.
You are a very kind person.

FlexLover</description>
		<content:encoded><![CDATA[<p>Thank you for your help.<br />
You are a very kind person.</p>
<p>FlexLover</p>
]]></content:encoded>
	</item>
</channel>
</rss>

