<?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: FCKEditor - how to access the HTML content from JavaScript?</title>
	<atom:link href="http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/</link>
	<description>Jarosław Dobrzański's blog</description>
	<pubDate>Tue, 06 Jan 2009 13:41:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: sohail</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/#comment-12352</link>
		<dc:creator>sohail</dc:creator>
		<pubDate>Wed, 24 Dec 2008 10:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-12352</guid>
		<description>Thanks for your opinion, but my dear it doesn't work with HTML values.......</description>
		<content:encoded><![CDATA[<p>Thanks for your opinion, but my dear it doesn&#8217;t work with HTML values&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wagner</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/#comment-11080</link>
		<dc:creator>Rob Wagner</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-11080</guid>
		<description>Jarek,

Good reading, but it turned out to be my misuse of the FCKEditor JS API.  It should have been:

    FCKeditorAPI.GetInstance('body_html').GetHTML(false);

...instead of:

    FCKeditorAPI.GetInstance('body_html').GetHTML(true);

The documentation for this API doesn't really explain the function of that parameter. 

Over this mountain and on to the next !  

Cheers,
Rob</description>
		<content:encoded><![CDATA[<p>Jarek,</p>
<p>Good reading, but it turned out to be my misuse of the FCKEditor JS API.  It should have been:</p>
<p>    FCKeditorAPI.GetInstance(&#8217;body_html&#8217;).GetHTML(false);</p>
<p>&#8230;instead of:</p>
<p>    FCKeditorAPI.GetInstance(&#8217;body_html&#8217;).GetHTML(true);</p>
<p>The documentation for this API doesn&#8217;t really explain the function of that parameter. </p>
<p>Over this mountain and on to the next !  </p>
<p>Cheers,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarosław Dobrzański</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/#comment-11062</link>
		<dc:creator>Jarosław Dobrzański</dc:creator>
		<pubDate>Fri, 14 Nov 2008 07:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-11062</guid>
		<description>Rob,
Did you try this one: http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/ ?

Cheers,
Jarek</description>
		<content:encoded><![CDATA[<p>Rob,<br />
Did you try this one: <a href="http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/" rel="nofollow">http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/</a> ?</p>
<p>Cheers,<br />
Jarek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wagner</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/#comment-11057</link>
		<dc:creator>Rob Wagner</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-11057</guid>
		<description>Sir,

Thanks for the sample; however it only works for an alert; e.g.


If I attempt to assign the output of getHTML to a JS variable, I get the error, Object doesn't support this property or method.

Thoughts?

Thanks!
Robert in Vermont</description>
		<content:encoded><![CDATA[<p>Sir,</p>
<p>Thanks for the sample; however it only works for an alert; e.g.</p>
<p>If I attempt to assign the output of getHTML to a JS variable, I get the error, Object doesn&#8217;t support this property or method.</p>
<p>Thoughts?</p>
<p>Thanks!<br />
Robert in Vermont</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Wiemers</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/#comment-10388</link>
		<dc:creator>Bernie Wiemers</dc:creator>
		<pubDate>Thu, 23 Oct 2008 01:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-10388</guid>
		<description>Thank you so much for publishing this post.

I've had the same problem and spent hours trying to find a solution without success.

I read your post, tried out what you said, and it worked!

Thank you</description>
		<content:encoded><![CDATA[<p>Thank you so much for publishing this post.</p>
<p>I&#8217;ve had the same problem and spent hours trying to find a solution without success.</p>
<p>I read your post, tried out what you said, and it worked!</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
