<?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: FCKeditor 0.4.0 Released</title>
	<atom:link href="http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/</link>
	<description>Dr Scott A. Rutherford</description>
	<lastBuildDate>Fri, 25 Nov 2011 13:08:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kevin Reagen</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-373</link>
		<dc:creator>Kevin Reagen</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-373</guid>
		<description>Wonderful tool--thank you!

You have some typos on this post (here is a corrected version):
&lt;% fckeditor_remote_form_for :note,
                             :url =&gt; @options.merge(:controller =&gt; &#039;notes&#039;),
                             :editors =&gt; { :note =&gt; [&#039;text&#039;] } do &#124;f&#124; %&gt;
  &lt;%= fckeditor_textarea( &quot;note&quot;, &quot;text&quot;, :ajax =&gt; true ) %&gt;
&lt;% end %&gt;

Can&#039;t seem to get AjaxScaffold and FCKeditor to work together like your demos (individually they work fine).  When I use FCKEditor textarea decl. inside of the _form.rhtml, it won&#039;t save any changes.  Using the :ajax=&gt;true option makes it *delete* all text!

Any help would be greatly appreciated.

Again, many thanks.</description>
		<content:encoded><![CDATA[<p>Wonderful tool&#8211;thank you!</p>
<p>You have some typos on this post (here is a corrected version):<br />
&lt;% fckeditor_remote_form_for :note,<br />
                             :url =&gt; @options.merge(:controller =&gt; &#8216;notes&#8217;),<br />
                             :editors =&gt; { :note =&gt; ['text'] } do |f| %&gt;<br />
  &lt;%= fckeditor_textarea( &quot;note&quot;, &quot;text&quot;, :ajax =&gt; true ) %&gt;<br />
&lt;% end %&gt;</p>
<p>Can&#8217;t seem to get AjaxScaffold and FCKeditor to work together like your demos (individually they work fine).  When I use FCKEditor textarea decl. inside of the _form.rhtml, it won&#8217;t save any changes.  Using the :ajax=&gt;true option makes it *delete* all text!</p>
<p>Any help would be greatly appreciated.</p>
<p>Again, many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Marshall Smith</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-374</link>
		<dc:creator>Jon Marshall Smith</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-374</guid>
		<description>I was unable to get link/upload to work on 0.3.2 or 0.4.0; upload worked but the newly uploaded file&#039;s URL was not entered on the &#039;Link Info&#039; tab...

Fixed in fckeditor_controller.rb by changing this:

render :text =&gt; %Q&#039;&lt;script&gt;window.parent.frames[\&#039;frmUpload\&#039;].OnUploadCompleted(#{@errorNumber});&lt;/script&gt;&#039;

to this:

render :text =&gt; %Q&#039;&lt;script&gt;window.parent.OnUploadCompleted(#{@errorNumber},&quot;#{@new_file.original_filename}&quot;);&lt;/script&gt;&#039;

I&#039;m a ruby nuby, so hopefully that doesn&#039;t break something else. Thanks for the great work!</description>
		<content:encoded><![CDATA[<p>I was unable to get link/upload to work on 0.3.2 or 0.4.0; upload worked but the newly uploaded file&#8217;s URL was not entered on the &#8216;Link Info&#8217; tab&#8230;</p>
<p>Fixed in fckeditor_controller.rb by changing this:</p>
<p>render :text =&gt; %Q&#8217;&lt;script&gt;window.parent.frames[\'frmUpload\'].OnUploadCompleted(#{@errorNumber});&lt;/script&gt;&#8217;</p>
<p>to this:</p>
<p>render :text =&gt; %Q&#8217;&lt;script&gt;window.parent.OnUploadCompleted(#{@errorNumber},&quot;#{@new_file.original_filename}&quot;);&lt;/script&gt;&#8217;</p>
<p>I&#8217;m a ruby nuby, so hopefully that doesn&#8217;t break something else. Thanks for the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-375</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-375</guid>
		<description>Hi Great Plugin,

But unfortunately I am unable to upload an image (403 error)!!
However I can create a directory.

Any clues?</description>
		<content:encoded><![CDATA[<p>Hi Great Plugin,</p>
<p>But unfortunately I am unable to upload an image (403 error)!!<br />
However I can create a directory.</p>
<p>Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-376</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-376</guid>
		<description>@Kevin, thanks for pointing that out I have updated the post. As for the Scaffold and FCK, if you email me I will send the demo code to you and you can see how I did it, if that helps?

@Jon, I&#039;ll check that out, thanks for the feedback.

@Michael, thats a bit odd. Is that from the Image Properties page or the Resource Browser?

Cheers
Scott.</description>
		<content:encoded><![CDATA[<p>@Kevin, thanks for pointing that out I have updated the post. As for the Scaffold and FCK, if you email me I will send the demo code to you and you can see how I did it, if that helps?</p>
<p>@Jon, I&#8217;ll check that out, thanks for the feedback.</p>
<p>@Michael, thats a bit odd. Is that from the Image Properties page or the Resource Browser?</p>
<p>Cheers<br />
Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-377</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-377</guid>
		<description>From the resource browser.
BTW: I am using Mongrel</description>
		<content:encoded><![CDATA[<p>From the resource browser.<br />
BTW: I am using Mongrel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-378</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-378</guid>
		<description>In the log file I am also getting the next messages:

# FckeditorController: missing default helper path fckeditor_helper
# ctionController::RoutingError (Recognition failed for &quot;/fckblank.html&quot;):</description>
		<content:encoded><![CDATA[<p>In the log file I am also getting the next messages:</p>
<p># FckeditorController: missing default helper path fckeditor_helper<br />
# ctionController::RoutingError (Recognition failed for &quot;/fckblank.html&quot;):</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-379</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-379</guid>
		<description>Another question: how can I specify a skin?</description>
		<content:encoded><![CDATA[<p>Another question: how can I specify a skin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-380</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-380</guid>
		<description>Hi Michael, you can specify a skin in the fckcustom.js file in public/javascripts/ change this line:

FCKConfig.SkinPath = FCKConfig.BasePath + &#039;skins/silver/&#039;

The helper message is harmless, I meant to do something about that (forgot). I will take a look at the fckblank.html error. I haven&#039;t tested the editor with mongrel, but I have just been sent a demo that uses it so I will set a test up.

Cheers
Scott.</description>
		<content:encoded><![CDATA[<p>Hi Michael, you can specify a skin in the fckcustom.js file in public/javascripts/ change this line:</p>
<p>FCKConfig.SkinPath = FCKConfig.BasePath + &#8216;skins/silver/&#8217;</p>
<p>The helper message is harmless, I meant to do something about that (forgot). I will take a look at the fckblank.html error. I haven&#8217;t tested the editor with mongrel, but I have just been sent a demo that uses it so I will set a test up.</p>
<p>Cheers<br />
Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-381</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-381</guid>
		<description>Thanks Scott,

I look forward if you could find a hint to solve my upload problem.

Cheers, Michel

Btw (my name uses the french spelling :-)</description>
		<content:encoded><![CDATA[<p>Thanks Scott,</p>
<p>I look forward if you could find a hint to solve my upload problem.</p>
<p>Cheers, Michel</p>
<p>Btw (my name uses the french spelling <img src='http://www.sarutherford.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Penny</title>
		<link>http://www.sarutherford.com/2006/12/03/fckeditor-0-4-0-released/comment-page-1/#comment-382</link>
		<dc:creator>James Penny</dc:creator>
		<pubDate>Sun, 03 Dec 2006 10:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-4-0-released#comment-382</guid>
		<description>I had problems with the textarea not displaying in firefox while everything perfectly works in IE. I thought it  was a javascript error. Nearly drove me mad. However I fixed it by putting in a height and width attribute in the fckeditor_textarea call. Putting in :width =&gt; &#039;400&#039;, :height =&gt; &#039;200&#039; for example shows the textarea box. Just make it bigger or smaller on what you need with the fckeditor.

Hey scott, thanks again for the awesome plugin

James</description>
		<content:encoded><![CDATA[<p>I had problems with the textarea not displaying in firefox while everything perfectly works in IE. I thought it  was a javascript error. Nearly drove me mad. However I fixed it by putting in a height and width attribute in the fckeditor_textarea call. Putting in :width =&gt; &#8217;400&#8242;, :height =&gt; &#8217;200&#8242; for example shows the textarea box. Just make it bigger or smaller on what you need with the fckeditor.</p>
<p>Hey scott, thanks again for the awesome plugin</p>
<p>James</p>
]]></content:encoded>
	</item>
</channel>
</rss>

