<?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"
	>
<channel>
	<title>Comments on: CustomRichTextEditor with XHTML text</title>
	<atom:link href="http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<pubDate>Sun, 11 May 2008 23:09:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Custom RichTextEditor &#8212; Thanks, Mister!</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-456</link>
		<dc:creator>Custom RichTextEditor &#8212; Thanks, Mister!</dc:creator>
		<pubDate>Thu, 24 Apr 2008 22:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-456</guid>
		<description>[...] all the posts and suggestions on that post and created a customized control that does this. Well, Axel Jenson has created such a custom control. I want to send many thanks to all those who posted over the past [...]</description>
		<content:encoded><![CDATA[<p>[...] all the posts and suggestions on that post and created a customized control that does this. Well, Axel Jenson has created such a custom control. I want to send many thanks to all those who posted over the past [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introducing ACJEditor its a RTE &#124; Axelology</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-378</link>
		<dc:creator>Introducing ACJEditor its a RTE &#124; Axelology</dc:creator>
		<pubDate>Wed, 02 Apr 2008 15:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-378</guid>
		<description>[...] This post is in direct relation with my post a few days ago on Customizing the Rich Text Editor [...]</description>
		<content:encoded><![CDATA[<p>[...] This post is in direct relation with my post a few days ago on Customizing the Rich Text Editor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NWLearning</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-376</link>
		<dc:creator>NWLearning</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-376</guid>
		<description>Nice job Axel...
I looked at Igor's rte which has the image insert functionality and I'm wondering what the issues are with getting that kind of functionality in the Flex RTE?

I'm trying to extend the Flex RTE to handle image insertion by using the File Upload path and short circuiting it to just get the path to the image... but not having any luck with that tack...

Any comments on the core issues with image insertion in the Flex RTE?</description>
		<content:encoded><![CDATA[<p>Nice job Axel&#8230;<br />
I looked at Igor&#8217;s rte which has the image insert functionality and I&#8217;m wondering what the issues are with getting that kind of functionality in the Flex RTE?</p>
<p>I&#8217;m trying to extend the Flex RTE to handle image insertion by using the File Upload path and short circuiting it to just get the path to the image&#8230; but not having any luck with that tack&#8230;</p>
<p>Any comments on the core issues with image insertion in the Flex RTE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thatstephen</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-372</link>
		<dc:creator>thatstephen</dc:creator>
		<pubDate>Mon, 31 Mar 2008 13:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-372</guid>
		<description>Hi,

This is great, I have had no end of problems dealing with the htmltext from Flex components (mostly textAreas with custom style controls because I didn't want to give users too much style control).

It doesn't deal with some of the problems in the html. The most serious in my mind is the lack of  tags around sets of  and also the lack of standard HTML heading styles. Maybe if I get some time I guess I could add that. 

I think that this area of Flex (and the underlying Flash player) is to be improved soon. Adobe has mentioned improved text layout in various releases. To me the most serious problem is that the textrange class also has some serious problems with returning and adding style properties to the selected text. I think it would be SUCH an improvement to Flex if it was possible to add good Rich Text editing functionality as is possible with the likes of TinyMCE in Javascript. 

Two examples I have seen recently show how the limitations of the Flex handlling of rich Text are holding back Flex.

1. An AIR app that has to use the TinyMCE javascript editor for html editing 
http://www.shawnsandy.com/index.php/shawnsandy/fullarticle/96  

2. The otherwise very good Buzzword online word processing application that was recently acquired by Adobe that does not offer any defined text styles functionality beyond the application of fonts and colours.       

This is not a rant, just a caution that the  Flex handling of rich Text makes for  limited  posiblilities in this area.
 
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is great, I have had no end of problems dealing with the htmltext from Flex components (mostly textAreas with custom style controls because I didn&#8217;t want to give users too much style control).</p>
<p>It doesn&#8217;t deal with some of the problems in the html. The most serious in my mind is the lack of  tags around sets of  and also the lack of standard HTML heading styles. Maybe if I get some time I guess I could add that. </p>
<p>I think that this area of Flex (and the underlying Flash player) is to be improved soon. Adobe has mentioned improved text layout in various releases. To me the most serious problem is that the textrange class also has some serious problems with returning and adding style properties to the selected text. I think it would be SUCH an improvement to Flex if it was possible to add good Rich Text editing functionality as is possible with the likes of TinyMCE in Javascript. </p>
<p>Two examples I have seen recently show how the limitations of the Flex handlling of rich Text are holding back Flex.</p>
<p>1. An AIR app that has to use the TinyMCE javascript editor for html editing<br />
<a href="http://www.shawnsandy.com/index.php/shawnsandy/fullarticle/96" rel="nofollow">http://www.shawnsandy.com/index.php/shawnsandy/fullarticle/96</a>  </p>
<p>2. The otherwise very good Buzzword online word processing application that was recently acquired by Adobe that does not offer any defined text styles functionality beyond the application of fonts and colours.       </p>
<p>This is not a rant, just a caution that the  Flex handling of rich Text makes for  limited  posiblilities in this area.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malcolmg</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-366</link>
		<dc:creator>malcolmg</dc:creator>
		<pubDate>Sun, 30 Mar 2008 02:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-366</guid>
		<description>I still couldnt get things to look right because Flex wraps every line with a  tag.... madifying the CSS p still didnt make the code look correct in a html page

I edited the replacement string to chang  to a  tag and the add a break  as well..

it worked for me to make the output look correct when I retrieve from a database and insert into a standard html page..
//format  tag
pattern = /&#60;P STYLE/gi;
str = str.replace(pattern, "&#60;span style");
pattern = //gi;
str = str.replace(pattern, "");

hope this helps someone!</description>
		<content:encoded><![CDATA[<p>I still couldnt get things to look right because Flex wraps every line with a  tag&#8230;. madifying the CSS p still didnt make the code look correct in a html page</p>
<p>I edited the replacement string to chang  to a  tag and the add a break  as well..</p>
<p>it worked for me to make the output look correct when I retrieve from a database and insert into a standard html page..<br />
//format  tag<br />
pattern = /&lt;P STYLE/gi;<br />
str = str.replace(pattern, &#8220;&lt;span style&#8221;);<br />
pattern = //gi;<br />
str = str.replace(pattern, &#8220;&#8221;);</p>
<p>hope this helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixelstudio</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-340</link>
		<dc:creator>Pixelstudio</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-340</guid>
		<description>Hello there Axel,

I guess i'm one of the many people who is trying to get the RTE to work within flex :)
But well i first say what i want:

i want the user to be able for farmat the input text and save that (with formatting)
So i tried the Flex RTE editor. when the users click a button the htmltext is saved in a database.
However the weird thing is the layout is very different when i load it back into the RTE editor. i tried the options you give in this post. and also your xhtml version. but i cannot get it to work.
So i must be doing something wrong. perhaps you have an idea?</description>
		<content:encoded><![CDATA[<p>Hello there Axel,</p>
<p>I guess i&#8217;m one of the many people who is trying to get the RTE to work within flex <img src='http://www.axelscript.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
But well i first say what i want:</p>
<p>i want the user to be able for farmat the input text and save that (with formatting)<br />
So i tried the Flex RTE editor. when the users click a button the htmltext is saved in a database.<br />
However the weird thing is the layout is very different when i load it back into the RTE editor. i tried the options you give in this post. and also your xhtml version. but i cannot get it to work.<br />
So i must be doing something wrong. perhaps you have an idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hsTed</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-327</link>
		<dc:creator>hsTed</dc:creator>
		<pubDate>Tue, 25 Mar 2008 09:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-327</guid>
		<description>Nice work.  I'm anxious to try this out as the stock RTE really does blow. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice work.  I&#8217;m anxious to try this out as the stock RTE really does blow. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-325</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 25 Mar 2008 01:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-325</guid>
		<description>no problem man, the sad thing is, i'm not exactly sure how well it's gonna work, i'm not using it yet... it's for a project that i will soon use, but the client is only going to have very limited options, so i'm not going to get to fully test it... but anyway, thanks for reading and posting on it.

Axel</description>
		<content:encoded><![CDATA[<p>no problem man, the sad thing is, i&#8217;m not exactly sure how well it&#8217;s gonna work, i&#8217;m not using it yet&#8230; it&#8217;s for a project that i will soon use, but the client is only going to have very limited options, so i&#8217;m not going to get to fully test it&#8230; but anyway, thanks for reading and posting on it.</p>
<p>Axel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-323</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Mon, 24 Mar 2008 17:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/03/24/customrichtexteditor-with-xhtml-text/#comment-323</guid>
		<description>Dude, finally, finally, someone built a valid xhtml text editor. Great post man, thanks for mentioning my post, there was a ton of information just waiting to be used :).</description>
		<content:encoded><![CDATA[<p>Dude, finally, finally, someone built a valid xhtml text editor. Great post man, thanks for mentioning my post, there was a ton of information just waiting to be used :).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
