<?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 Plugin 0.1.5 Released</title>
	<atom:link href="http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-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: Ken Pratt</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-93</link>
		<dc:creator>Ken Pratt</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-93</guid>
		<description>&quot;toolbarKit&quot; should be &quot;toolbarSet&quot;, and you&#039;re missing an end quote on &#039;Simple&#039;

This works nicely:

@&lt;%= fckeditor_textarea(&quot;object&quot;, &quot;field&quot;, :ajax =&gt; true, :toolbarSet =&gt; &#039;Simple&#039;, :width =&gt; &#039;400&#039;, :height =&gt; &#039;200&#039; %&gt;@

Thanks for this plugin, Scott. It rocks. Are you working on spellcheck already? If not, I&#039;ll be needing it by next week, so I can write it and submit a patch.</description>
		<content:encoded><![CDATA[<p>&quot;toolbarKit&quot; should be &quot;toolbarSet&quot;, and you&#8217;re missing an end quote on &#8216;Simple&#8217;</p>
<p>This works nicely:</p>
<p>@&lt;%= fckeditor_textarea(&quot;object&quot;, &quot;field&quot;, :ajax =&gt; true, :toolbarSet =&gt; &#8216;Simple&#8217;, :width =&gt; &#8217;400&#8242;, :height =&gt; &#8217;200&#8242; %&gt;@</p>
<p>Thanks for this plugin, Scott. It rocks. Are you working on spellcheck already? If not, I&#8217;ll be needing it by next week, so I can write it and submit a patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-94</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-94</guid>
		<description>Hi Ken,

Doh. Thanks for pointing that out, I&#039;ve updated the post.

As for the spellcheck, that would be great if you could create patch. I haven&#039;t had time yet to do anything about it.

Let me know if there&#039;s anything I can do to help.

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>Doh. Thanks for pointing that out, I&#8217;ve updated the post.</p>
<p>As for the spellcheck, that would be great if you could create patch. I haven&#8217;t had time yet to do anything about it.</p>
<p>Let me know if there&#8217;s anything I can do to help.</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudio pacchiega</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-95</link>
		<dc:creator>claudio pacchiega</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-95</guid>
		<description>Hi, I&#039;ve tested this interesting plugin on my installation on windows. I just found one problem and one difficulty:

1) When installing it on my windows rails 1.1.6 installation I had to copy the fckeditor_controller.rb from the plugin directory to the standard app controller directory otherwise it kept in telling me (when using file upload features) routing errors.


2) I was trying to use it with a table where I had more than just the text field. (I&#039;m using some additional fields to take care of title, tags, and security protections), I don&#039;t understand how I can use it mixing with the other fields in ajax scaffolding, since I know that we cannot have more than one nested form or remote form.

Probably if you can test it this way and distribute related sources it can be very useful...

thanks...
Greetings from Italy..</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve tested this interesting plugin on my installation on windows. I just found one problem and one difficulty:</p>
<p>1) When installing it on my windows rails 1.1.6 installation I had to copy the fckeditor_controller.rb from the plugin directory to the standard app controller directory otherwise it kept in telling me (when using file upload features) routing errors.</p>
<p>2) I was trying to use it with a table where I had more than just the text field. (I&#8217;m using some additional fields to take care of title, tags, and security protections), I don&#8217;t understand how I can use it mixing with the other fields in ajax scaffolding, since I know that we cannot have more than one nested form or remote form.</p>
<p>Probably if you can test it this way and distribute related sources it can be very useful&#8230;</p>
<p>thanks&#8230;<br />
Greetings from Italy..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Láďa</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-96</link>
		<dc:creator>Láďa</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-96</guid>
		<description>I tried to install the plugin, but it doesn&#039;t work. No error message but also no result. I used:
ruby script/plugin install svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor on Windows machine.
After adding -v it dies with &quot;plugin: version unknown&quot;</description>
		<content:encoded><![CDATA[<p>I tried to install the plugin, but it doesn&#8217;t work. No error message but also no result. I used:<br />
ruby script/plugin install <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor</a> on Windows machine.<br />
After adding -v it dies with &quot;plugin: version unknown&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-97</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-97</guid>
		<description>Hi Lad&#039;a,

Could you be a little more specific? Which bit doesn&#039;t work, the actual install?

Do you see this message after running the script:

** Successfully installed FCKEditor Plugin version 0.1.5

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>Hi Lad&#8217;a,</p>
<p>Could you be a little more specific? Which bit doesn&#8217;t work, the actual install?</p>
<p>Do you see this message after running the script:</p>
<p>** Successfully installed FCKEditor Plugin version 0.1.5</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Láďa</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-98</link>
		<dc:creator>Láďa</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-98</guid>
		<description>Ok, i solved it with rakefile.
But then there&#039;s a missing end bracket in example. And even after adding bracket, Rails&#039;re complaining about nil value on line with fckeditor_textarea.

Sorry for being litle n00b...</description>
		<content:encoded><![CDATA[<p>Ok, i solved it with rakefile.<br />
But then there&#8217;s a missing end bracket in example. And even after adding bracket, Rails&#8217;re complaining about nil value on line with fckeditor_textarea.</p>
<p>Sorry for being litle n00b&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-99</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-99</guid>
		<description>I&#039;ve updated the example (again - I was obviously distracted when I wrote it..). As for the error about the nil value can you post it so I can see the exact error.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the example (again &#8211; I was obviously distracted when I wrote it..). As for the error about the nil value can you post it so I can see the exact error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Láďa</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-100</link>
		<dc:creator>Láďa</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-100</guid>
		<description>Yes, the actual install.

After running ruby script/plugin install svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor

I simply can&#039;t see anything.

If i try to source plugin repository using:

ruby script/plugin source svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor

and then run ruby script/plugin list

I got an error

script/plugin: No such file or directory - svn ls svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor/</description>
		<content:encoded><![CDATA[<p>Yes, the actual install.</p>
<p>After running ruby script/plugin install <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor</a></p>
<p>I simply can&#8217;t see anything.</p>
<p>If i try to source plugin repository using:</p>
<p>ruby script/plugin source <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor</a></p>
<p>and then run ruby script/plugin list</p>
<p>I got an error</p>
<p>script/plugin: No such file or directory &#8211; svn ls <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor/" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x0n</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-101</link>
		<dc:creator>x0n</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-101</guid>
		<description>Sorry for my English.
Using your plugin, I received the error message in browser - &quot;Unterminated string ...&quot;.
I solved this problem slightly changed a code in helper fckeditor.rb (remove &#039;#{value}&#039; - it seems unnecessary here):

    inputs +  javascript_tag (&quot; FCKeditorAPI = null; \n &quot; +
               &quot; __ FCKeditorNS = null; \n &quot; +
               &quot; var oFCKeditor = new FCKeditor (&#039; # {name} &#039;, &#039; # {width} &#039;, &#039; # {height} &#039;, &#039; # {toolbarSet} &#039;); \n &quot; +
               &quot; oFCKeditor. Config [&#039; CustomConfigurationsPath &#039;] =/javascripts/fckcustom.js &#039;; \n &quot; +
               &quot; oFCKeditor. ReplaceTextarea (); \n &quot;)

The problem occurs when \n symbols meets in JavaScript string:
Here is example of generated html code:

&lt;script type=&quot;text/javascript&quot;&gt;
//&lt;![CDATA[
...&lt;br /&gt;
var oFCKeditor = new FCKeditor(&#039;article[content]&#039;, &#039;100%&#039;, &#039;100%&#039;, &#039;Simple&#039;, &#039;This is breaking line&lt;br /&gt;&lt;br /&gt;
Error occurs here&#039;);&lt;br&gt;
...
//]]&gt;
&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>Sorry for my English.<br />
Using your plugin, I received the error message in browser &#8211; &quot;Unterminated string &#8230;&quot;.<br />
I solved this problem slightly changed a code in helper fckeditor.rb (remove &#8216;#{value}&#8217; &#8211; it seems unnecessary here):</p>
<p>    inputs +  javascript_tag (&quot; FCKeditorAPI = null; \n &quot; +<br />
               &quot; __ FCKeditorNS = null; \n &quot; +<br />
               &quot; var oFCKeditor = new FCKeditor (&#8216; # {name} &#8216;, &#8216; # {width} &#8216;, &#8216; # {height} &#8216;, &#8216; # {toolbarSet} &#8216;); \n &quot; +<br />
               &quot; oFCKeditor. Config [' CustomConfigurationsPath '] =/javascripts/fckcustom.js &#8216;; \n &quot; +<br />
               &quot; oFCKeditor. ReplaceTextarea (); \n &quot;)</p>
<p>The problem occurs when \n symbols meets in JavaScript string:<br />
Here is example of generated html code:</p>
<p>&lt;script type=&quot;text/javascript&quot;&gt;<br />
//&lt;![CDATA[<br />
...&lt;br /&gt;<br />
var oFCKeditor = new FCKeditor('article[content]&#8216;, &#8217;100%&#8217;, &#8217;100%&#8217;, &#8216;Simple&#8217;, &#8216;This is breaking line&amp;lt;br /&amp;gt;&lt;br /&gt;<br />
Error occurs here&#8217;);&lt;br&gt;<br />
&#8230;<br />
//]]&gt;<br />
&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Láďa</title>
		<link>http://www.sarutherford.com/2006/08/17/fckeditor-plugin-0-1-5-released/comment-page-1/#comment-102</link>
		<dc:creator>Láďa</dc:creator>
		<pubDate>Thu, 17 Aug 2006 03:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-0-1-5-released#comment-102</guid>
		<description>Yes, the actual install.

After running ruby script/plugin install svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor

I simply can&#039;t see anything.

If i try to source plugin repository using:

ruby script/plugin source svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor

and then run ruby script/plugin list

I got an error

script/plugin: No such file or directory - svn ls svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor/</description>
		<content:encoded><![CDATA[<p>Yes, the actual install.</p>
<p>After running ruby script/plugin install <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor</a></p>
<p>I simply can&#8217;t see anything.</p>
<p>If i try to source plugin repository using:</p>
<p>ruby script/plugin source <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor</a></p>
<p>and then run ruby script/plugin list</p>
<p>I got an error</p>
<p>script/plugin: No such file or directory &#8211; svn ls <a href="svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor/" rel="nofollow">svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

