<?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: Why combining RichTextEditor and StyleSheets is a pain</title>
	<atom:link href="http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain</link>
	<description>Ruben writes flashy writings</description>
	<pubDate>Fri, 25 Jul 2008 06:46:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: CustomRichTextEditor with XHTML text &#124; Axelology</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-22548</link>
		<dc:creator>CustomRichTextEditor with XHTML text &#124; Axelology</dc:creator>
		<pubDate>Mon, 24 Mar 2008 15:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-22548</guid>
		<description>[...]  Ruben&#8217;s post [...]</description>
		<content:encoded><![CDATA[<p>[...]  Ruben&#8217;s post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-20397</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Sun, 02 Mar 2008 16:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-20397</guid>
		<description>Hmm, that's sad. As an alternative, couldn't you re-apply the stylesheet every time the text in the input-field changes?</description>
		<content:encoded><![CDATA[<p>Hmm, that&#8217;s sad. As an alternative, couldn&#8217;t you re-apply the stylesheet every time the text in the input-field changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-19739</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 26 Feb 2008 09:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-19739</guid>
		<description>More pain!

Found this note in the support, stylesheets and editable text components don't go together:

Note: A text field with a style sheet is not editable. In other words, a text field with the type property set to TextFieldType.INPUT applies the StyleSheet to the default text for the text field, but the content will no longer be editable by the user. Consider using the TextFormat class to assign styles to input text fields.
(http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/StyleSheet.html)

After some projects i've worked on, I must say flex/flash lack of HTML support is so poor, it leaves flex almost unusable for most of our projects.

peter</description>
		<content:encoded><![CDATA[<p>More pain!</p>
<p>Found this note in the support, stylesheets and editable text components don&#8217;t go together:</p>
<p>Note: A text field with a style sheet is not editable. In other words, a text field with the type property set to TextFieldType.INPUT applies the StyleSheet to the default text for the text field, but the content will no longer be editable by the user. Consider using the TextFormat class to assign styles to input text fields.<br />
(http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/StyleSheet.html)</p>
<p>After some projects i&#8217;ve worked on, I must say flex/flash lack of HTML support is so poor, it leaves flex almost unusable for most of our projects.</p>
<p>peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-5948</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Fri, 28 Sep 2007 08:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-5948</guid>
		<description>Spot on nicemandan, let me know if you ever come up with something :)</description>
		<content:encoded><![CDATA[<p>Spot on nicemandan, let me know if you ever come up with something <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicemandan</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-5829</link>
		<dc:creator>nicemandan</dc:creator>
		<pubDate>Wed, 26 Sep 2007 20:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-5829</guid>
		<description>Yep... I ended up here for the same reason! I want to add paragraph styles and change the colour of the URL.

I guess the reason TextFormat is used is because you can easily define a start/end index where formatting can be applied. I *think* the content of htmlText is worked out (somewhere!?) after you request it.

This means you cannot provide a WYSIWYG editor that matches and shares  the same CSS styles between back-end administration and user-facing front end. Which basically renders this component useless for my purposes.</description>
		<content:encoded><![CDATA[<p>Yep&#8230; I ended up here for the same reason! I want to add paragraph styles and change the colour of the URL.</p>
<p>I guess the reason TextFormat is used is because you can easily define a start/end index where formatting can be applied. I *think* the content of htmlText is worked out (somewhere!?) after you request it.</p>
<p>This means you cannot provide a WYSIWYG editor that matches and shares  the same CSS styles between back-end administration and user-facing front end. Which basically renders this component useless for my purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-102</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Tue, 17 Apr 2007 04:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-102</guid>
		<description>No problem man, when/if I find the time to create a solution for this issue I'll let you know through this blog..</description>
		<content:encoded><![CDATA[<p>No problem man, when/if I find the time to create a solution for this issue I&#8217;ll let you know through this blog..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Fay</title>
		<link>http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-101</link>
		<dc:creator>Aaron Fay</dc:creator>
		<pubDate>Tue, 17 Apr 2007 03:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/why-combining-richtexteditor-and-stylesheets-is-a-pain#comment-101</guid>
		<description>Indeed it is a pain, thanks for the heads up.

Aaron</description>
		<content:encoded><![CDATA[<p>Indeed it is a pain, thanks for the heads up.</p>
<p>Aaron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
