<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>翟鹏的博客 &#187; fckeditor</title>
	<atom:link href="http://www.zhaipeng.cn/tag/fckeditor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>解决ajax提交表单时不能取得FCKeditor内容问题</title>
		<link>http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/</link>
		<comments>http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 03:04:20 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/</guid>
		<description><![CDATA[&#60;script language=&#34;javascript&#34;&#62; //解决ajax提交表单时不能取得FCKeditor内容问题 function fck_form_updater&#40;&#41; &#123; this.UpdateEditorFormValue = function&#40;&#41; &#123; for &#40; i = 0; i &#60; parent.frames.length; ++i &#41; if &#40; parent.frames&#91;i&#93;.FCK &#41; parent.frames&#91;i&#93;.FCK.UpdateLinkedField&#40;&#41;; &#160; for&#40;i = 0 ; i &#60; frames.length ; ++i&#41;&#123; if&#40;frames&#91;i&#93;.FCK&#41;&#123; frames&#91;i&#93;.FCK.UpdateLinkedField&#40;&#41;; &#125; &#125; &#125; &#125; &#160; //在调用submit的ajax时如: &#160; function responseCallback&#40;xmlHttp&#41;&#123; &#160; var fckupdater = new fck_form_updater&#40;&#41;; &#160; fckupdater.UpdateEditorFormValue&#40;&#41;; &#160; [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCKeditor使用方法技术详解(收藏)</title>
		<link>http://www.zhaipeng.cn/2008/01/09/fckeditor%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e6%8a%80%e6%9c%af%e8%af%a6%e8%a7%a3%e6%94%b6%e8%97%8f/</link>
		<comments>http://www.zhaipeng.cn/2008/01/09/fckeditor%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e6%8a%80%e6%9c%af%e8%af%a6%e8%a7%a3%e6%94%b6%e8%97%8f/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 02:22:26 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/09/fckeditor%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e6%8a%80%e6%9c%af%e8%af%a6%e8%a7%a3%e6%94%b6%e8%97%8f/</guid>
		<description><![CDATA[FCKeditor使用方法技术详解 作者：深蓝色 QQ：76863715 本文PHPChina论坛首发 本文特为《PHP5和MySQL5 Web开发技术详解》一书编写  1、概述 FCKeditor是目前最优秀的可见即可得网页编辑器之一，它采用JavaScript编写。 具备功能强大、配置容易、跨浏览器、支持多种编程语言、开源等特点。 它非常流行，互联网上很容易找到相关技术文档，国内许多WEB项目和大型网站 均采用了FCKeditor（如百度，阿里巴巴）。本文将通过与PHP相结合， 从基本安装到高级的配置循序渐进介绍给广大PHPer。 FCKeditor官方网站：http://www.fckeditor.net/ FCKeditor Wiki：http://wiki.fckeditor.net/ 2、下载FCKeditor 登录FCKeditor官方站（http://www.fckeditor.net），点击网站右上角“Download” 链接。 笔者编写本文时，FCKeditor当前最新的稳定版本是2.4.3，因此我们下载此版本的zip 压缩格式文档。如图1所示：   图1：下载FCKeditor 2.4.3（最新稳定版）   注意：当点击“FCKeditor_2.4.3.zip”链接后，将跳转到sourceforge.net网站上自动下载 。如果您当前使用Linux或Unix系统，可以点击“FCKeditor_2.4.3.tar.gz” 链接下载.tar.gz格式的压缩包。   3、安装FCKeditor        解压“FCKeditor_2.4.3.zip”文档到您的网站目录下， 我们先假定您存放FCKeditor和调用脚本存于同一个目录下。目录结构如下图所示：   图2：网站目录结构图   fckeditor目录包含FCKeditor2.4.3程序文件。check.php用于处理表单数据。 add_article.php和add_article_js.html分别是PHP调用FCKeditor和JavaScript调 用FCKeditor实例脚本文件。 3.1、用PHP调用FCKeditor        调用FCKeditor必须先载入FCKeditor类文件。具体代码如下。 &#60;?phpinclude(&#8220;fckeditor/fckeditor.php&#8221;) ; // 用于载入FCKeditor类文件?&#62; 接下来，我们需要创建FCKeditor实例、指定FCKeditor存放路径和创建 （显示）编辑器等。具体代码如下所示（代码一般放在表单内）。 &#60;?php$oFCKeditor = new FCKeditor(&#8216;FCKeditor1&#8242;) ;  // 创建FCKeditor实例 $oFCKeditor-&#62;BasePath [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/09/fckeditor%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e6%8a%80%e6%9c%af%e8%af%a6%e8%a7%a3%e6%94%b6%e8%97%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
