<?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: Zend Framework: How to add FCKeditor to a Zend_Form</title>
	<atom:link href="http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/</link>
	<description>Covering Mac OS X, Mac Software, and other stuff</description>
	<lastBuildDate>Tue, 29 Nov 2011 04:28:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Joe</title>
		<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/comment-page-1/#comment-450</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 29 Nov 2011 04:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=157#comment-450</guid>
		<description>@Curro: Sorry, missed this comment. It&#039;s not the body tag, it&#039;s a form element with a name of &#039;body&#039; that&#039;s getting turned into a rich text field.</description>
		<content:encoded><![CDATA[<p>@Curro: Sorry, missed this comment. It&#8217;s not the body tag, it&#8217;s a form element with a name of &#8216;body&#8217; that&#8217;s getting turned into a rich text field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/comment-page-1/#comment-421</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 25 May 2011 10:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=157#comment-421</guid>
		<description>Great article. Here is an article on using &lt;a href=&quot;http://www.websitefactors.co.uk/zend-framework/2011/05/fckeditor-zend-form-integration/&quot; rel=&quot;nofollow&quot;&gt;fckeditor with zend form and zend view helpers&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Great article. Here is an article on using <a href="http://www.websitefactors.co.uk/zend-framework/2011/05/fckeditor-zend-form-integration/" rel="nofollow">fckeditor with zend form and zend view helpers</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curro</title>
		<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/comment-page-1/#comment-328</link>
		<dc:creator>Curro</dc:creator>
		<pubDate>Mon, 10 Jan 2011 22:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=157#comment-328</guid>
		<description>I don&#039;t understand why you have to modify th body tag. fckeditor is supposed to replace a TEXTAREA and not the body. Anyway this doesn&#039;t work for me;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why you have to modify th body tag. fckeditor is supposed to replace a TEXTAREA and not the body. Anyway this doesn&#8217;t work for me;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/comment-page-1/#comment-312</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 08 Aug 2010 22:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=157#comment-312</guid>
		<description>Good point! Thanks...</description>
		<content:encoded><![CDATA[<p>Good point! Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frost</title>
		<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/comment-page-1/#comment-309</link>
		<dc:creator>Frost</dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=157#comment-309</guid>
		<description>If you use the default.phtml, why not add a $this-&gt;showFckeditor in the Controller and if that variable is set add the scripts. 

This way you only have to modify 2 files, vs a bunch (depending on your system).

Just a suggestion :)</description>
		<content:encoded><![CDATA[<p>If you use the default.phtml, why not add a $this-&gt;showFckeditor in the Controller and if that variable is set add the scripts. </p>
<p>This way you only have to modify 2 files, vs a bunch (depending on your system).</p>
<p>Just a suggestion <img src='http://www.leftcolumn.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Man</title>
		<link>http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/comment-page-1/#comment-308</link>
		<dc:creator>Mr Man</dc:creator>
		<pubDate>Mon, 12 Jul 2010 12:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=157#comment-308</guid>
		<description>Works well, however, you&#039;ll need need to change the order of the concatenation in the lines for $this-&gt;custom_head variable (otherwise the second line overwrites the first line).</description>
		<content:encoded><![CDATA[<p>Works well, however, you&#8217;ll need need to change the order of the concatenation in the lines for $this-&gt;custom_head variable (otherwise the second line overwrites the first line).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

