<?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: ColdFusion 8: All about the rich text editor</title>
	<atom:link href="http://www.rakshith.net/blog/?feed=rss2&#038;p=22" rel="self" type="application/rss+xml" />
	<link>http://www.rakshith.net/blog/?p=22</link>
	<description>'Catch Up' with Rakshith's thoughts on Technology, ColdFusion and much more...</description>
	<lastBuildDate>Tue, 04 May 2010 21:50:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-30833</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-30833</guid>
		<description>@Chris - I am not aware about loading a custom template by default. But there could be an API that FCKEditor exposes that does this for you. Perhaps you could try asking users on the FCKEditor forums.

@Doug- We will take a look at the new CKEditor in our planning for the next version.

@garence - Setting this is not exposed through the CFTEXTAREA tag.

@Ian - CF9 has version 2.6.4.1 of FCKEditor.</description>
		<content:encoded><![CDATA[<p>@Chris &#8211; I am not aware about loading a custom template by default. But there could be an API that FCKEditor exposes that does this for you. Perhaps you could try asking users on the FCKEditor forums.</p>
<p>@Doug- We will take a look at the new CKEditor in our planning for the next version.</p>
<p>@garence &#8211; Setting this is not exposed through the CFTEXTAREA tag.</p>
<p>@Ian &#8211; CF9 has version 2.6.4.1 of FCKEditor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-30831</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 20 Apr 2010 04:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-30831</guid>
		<description>What is the latest combinations of ColdFusion and FCKEditor / CKEditor please?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>What is the latest combinations of ColdFusion and FCKEditor / CKEditor please?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garence</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-30766</link>
		<dc:creator>garence</dc:creator>
		<pubDate>Sat, 17 Apr 2010 16:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-30766</guid>
		<description>I am trying to associate a stylesheet to a cftextarea that has its richtext attribute set to true, much like what the following declaration did via FCKeditor:

fckEditor.config[&quot;EditorAreaCSS&quot;] =
&quot;/css/fckeditor.css&quot;;

How do I accomplish this same thing with cftextarea?</description>
		<content:encoded><![CDATA[<p>I am trying to associate a stylesheet to a cftextarea that has its richtext attribute set to true, much like what the following declaration did via FCKeditor:</p>
<p>fckEditor.config["EditorAreaCSS"] =<br />
&#8220;/css/fckeditor.css&#8221;;</p>
<p>How do I accomplish this same thing with cftextarea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-29841</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-29841</guid>
		<description>Any talk of moving to the newer version of FCKeditor ---&gt; CKEditor?</description>
		<content:encoded><![CDATA[<p>Any talk of moving to the newer version of FCKeditor &#8212;&gt; CKEditor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-27896</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Mon, 04 Jan 2010 09:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-27896</guid>
		<description>@Nicole: You could set the value of the rich text editor using the ColdFusion.RichText.setValue(editorName, value). Setting it to empty would clear the field.</description>
		<content:encoded><![CDATA[<p>@Nicole: You could set the value of the rich text editor using the ColdFusion.RichText.setValue(editorName, value). Setting it to empty would clear the field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-27853</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Sat, 02 Jan 2010 23:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-27853</guid>
		<description>I&#039;m using cftextarea with richtext = &quot;yes&quot; and html = &quot;yes&quot;; when I click the form&#039;s reset button (whether using the input or cfinput tag), the cftextarea fields are not reset (i.e. cleared).  Do anyone know how I can resolve this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using cftextarea with richtext = &#8220;yes&#8221; and html = &#8220;yes&#8221;; when I click the form&#8217;s reset button (whether using the input or cfinput tag), the cftextarea fields are not reset (i.e. cleared).  Do anyone know how I can resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-27209</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 10 Dec 2009 20:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-27209</guid>
		<description>You can create custom templates that the end user can open and use by clicking the Templates button in the toolbar and selecting from the list.

Rather than having the user have to click the Templates button, I would rather have a custom template load automatically when the cftextarea first loads.</description>
		<content:encoded><![CDATA[<p>You can create custom templates that the end user can open and use by clicking the Templates button in the toolbar and selecting from the list.</p>
<p>Rather than having the user have to click the Templates button, I would rather have a custom template load automatically when the cftextarea first loads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakshith</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-27132</link>
		<dc:creator>Rakshith</dc:creator>
		<pubDate>Tue, 08 Dec 2009 06:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-27132</guid>
		<description>@Chris: I am not sure I got your question right. Can you explain a bit more?</description>
		<content:encoded><![CDATA[<p>@Chris: I am not sure I got your question right. Can you explain a bit more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-27120</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-27120</guid>
		<description>I stumbled upon this post while doing some research and thought you might be able to help.

Is there a way to load a template when the page/form initially loads without the user having to go through the process of clicking the templates button and then selecting the template?

The CF docs don&#039;t have any mention of it (that I could find) but it seems like it would be a useful feature.</description>
		<content:encoded><![CDATA[<p>I stumbled upon this post while doing some research and thought you might be able to help.</p>
<p>Is there a way to load a template when the page/form initially loads without the user having to go through the process of clicking the templates button and then selecting the template?</p>
<p>The CF docs don&#8217;t have any mention of it (that I could find) but it seems like it would be a useful feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Sanchez</title>
		<link>http://www.rakshith.net/blog/?p=22&#038;cpage=2#comment-22662</link>
		<dc:creator>Eduardo Sanchez</dc:creator>
		<pubDate>Tue, 25 Aug 2009 13:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakshith.net/blog/?p=22#comment-22662</guid>
		<description>There is a vulnerability for ColdFusion&#039;s fckeditor.  Make sure you patch it by going to Adobe&#039;s site.  http://www.adobe.com/support/security/bulletins/apsb09-09.html</description>
		<content:encoded><![CDATA[<p>There is a vulnerability for ColdFusion&#8217;s fckeditor.  Make sure you patch it by going to Adobe&#8217;s site.  <a href="http://www.adobe.com/support/security/bulletins/apsb09-09.html" rel="nofollow">http://www.adobe.com/support/security/bulletins/apsb09-09.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
