<?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: Custom Rich Text Editor Component</title>
	<atom:link href="http://www.joshkrajnak.com/?feed=rss2&#038;p=103" rel="self" type="application/rss+xml" />
	<link>http://www.joshkrajnak.com/?p=103</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 23:19:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.joshkrajnak.com/?p=103&#038;cpage=1#comment-391</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshkrajnak.com/?p=103#comment-391</guid>
		<description>Start from the begining... create a new flex app. In your &quot;src&quot; folder, create a new folder called &quot;custom&quot;. Copy and Paste this file into your &quot;custom&quot; folder... http://joshkrajnak.com/wp-content/uploads/CRTE/CustomRichTextEditor.as then you need to basically use that component in your main.mxml or whatever you called yours. Let me know if this helps buddy.</description>
		<content:encoded><![CDATA[<p>Start from the begining&#8230; create a new flex app. In your &#8220;src&#8221; folder, create a new folder called &#8220;custom&#8221;. Copy and Paste this file into your &#8220;custom&#8221; folder&#8230; <a href="http://joshkrajnak.com/wp-content/uploads/CRTE/CustomRichTextEditor.as" rel="nofollow">http://joshkrajnak.com/wp-content/uploads/CRTE/CustomRichTextEditor.as</a> then you need to basically use that component in your main.mxml or whatever you called yours. Let me know if this helps buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://www.joshkrajnak.com/?p=103&#038;cpage=1#comment-390</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Thu, 07 Jan 2010 10:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshkrajnak.com/?p=103#comment-390</guid>
		<description>Hi,
I did the same as you said. Copying the mxml and as files and storing the as file in custom folder.

As a output i get two textboxes and nothing happens if u type in it. 
There is no RichTextEditor created.

Whats wrong with my program. Please tell.  Thx for your timely support.

Satish</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I did the same as you said. Copying the mxml and as files and storing the as file in custom folder.</p>
<p>As a output i get two textboxes and nothing happens if u type in it.<br />
There is no RichTextEditor created.</p>
<p>Whats wrong with my program. Please tell.  Thx for your timely support.</p>
<p>Satish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.joshkrajnak.com/?p=103&#038;cpage=1#comment-55</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 15 May 2009 17:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshkrajnak.com/?p=103#comment-55</guid>
		<description>Je suis désolé que monsieur aimable, mon Français soit pauvre. Est-ce que quoi je peux lire, je dira vous remercient ? Merci pour la lecture.</description>
		<content:encoded><![CDATA[<p>Je suis désolé que monsieur aimable, mon Français soit pauvre. Est-ce que quoi je peux lire, je dira vous remercient ? Merci pour la lecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Tips - Obtenir un texte HTML valide à partir du RichTextEditor (htmlText) - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3</title>
		<link>http://www.joshkrajnak.com/?p=103&#038;cpage=1#comment-54</link>
		<dc:creator>Flex Tips - Obtenir un texte HTML valide à partir du RichTextEditor (htmlText) - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3</dc:creator>
		<pubDate>Fri, 08 May 2009 12:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshkrajnak.com/?p=103#comment-54</guid>
		<description>[...] de votre application pour transformer votre texte à la volée. Certains ont même vu plus loin et ont crée un composant personnalisé basé sur le RichTextEditor auquel ils ont rajouté une propriété &quot;xhtml&quot; qui va prendre le&quot;htmlText&quot; et [...]</description>
		<content:encoded><![CDATA[<p>[...] de votre application pour transformer votre texte à la volée. Certains ont même vu plus loin et ont crée un composant personnalisé basé sur le RichTextEditor auquel ils ont rajouté une propriété &#34;xhtml&#34; qui va prendre le&#34;htmlText&#34; et [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.joshkrajnak.com/?p=103&#038;cpage=1#comment-42</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 05 Apr 2009 19:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshkrajnak.com/?p=103#comment-42</guid>
		<description>Hi Terence,

Lets start with your folder structure, you should have:

src (folder)
 &#124;
 &#124;_ custom (folder)
 &#124;         &#124;_ CustomRichTextEditor.as
 &#124;
 &#124;_ CustomRichTextEditor.mxml

where CustomRichTextEditor.as consists of the code in my example, or in your case its the custom.as file. The code above seems to come out kinda funky in IE7, try using Firefox to make sure it looks correct. Lets test it out! Use the following code:

&lt;a href=&quot;http://www.joshkrajnak.com/wp-content/uploads/CRTE/CustomRichTextEditor.mxml&quot; rel=&quot;nofollow&quot;&gt;CustomRichTextEditor.mxml&lt;/a&gt;

I created actionscript functions to get and set the code, and on the change method of both they grab the text from each other... So when the CustomRichTextEditor changes it updates the TextArea and vice versa. Let me know if that helps.</description>
		<content:encoded><![CDATA[<p>Hi Terence,</p>
<p>Lets start with your folder structure, you should have:</p>
<p>src (folder)<br />
 |<br />
 |_ custom (folder)<br />
 |         |_ CustomRichTextEditor.as<br />
 |<br />
 |_ CustomRichTextEditor.mxml</p>
<p>where CustomRichTextEditor.as consists of the code in my example, or in your case its the custom.as file. The code above seems to come out kinda funky in IE7, try using Firefox to make sure it looks correct. Lets test it out! Use the following code:</p>
<p><a href="http://www.joshkrajnak.com/wp-content/uploads/CRTE/CustomRichTextEditor.mxml" rel="nofollow">CustomRichTextEditor.mxml</a></p>
<p>I created actionscript functions to get and set the code, and on the change method of both they grab the text from each other&#8230; So when the CustomRichTextEditor changes it updates the TextArea and vice versa. Let me know if that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->