一、使用说明:
参考http://doodoo.blog.enorth.com.cn/article/126662.shtml文档,不过好像很简单。主要步骤:
1、下载:下载地址:http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=75845
我用的是最新版FCKeditor_2.3.2.zip(包含editor和配置信息在里面)和FCKeditor_2.3.zip(包含jar包和tld文件,web.xml文件),
1、在tomcat的webapp下建立FCKeditor文件夹,将FCKeditor_2.3.zip解压后的web文件夹中内容拷贝(包括_simples和WEB-INF两个文件夹),将src下的FCKeditor.tld拷贝到tomcat/webapp/FCKeditor/WEB-INF下。
2、将FCKeditor_2.3.2.zip解压后里面的editor文件夹和fckconfig.js,fckeditor.js,fckstyles.xml,fcktemplates.xml四个文件拷贝到tomcat/webapp/FCKeditor下面。
3、修改web.xml,添加
<taglib>
<taglib-uri>/TestFCKeditor</taglib-uri>
<taglib-location>/WEB-INF/FCKeditor.tld</taglib-location>
</taglib>
通过上面三步,即完成下载和配置,
访问:http://localhost:8080/FCKeditor/_samples/index.jsp,即可看到效果。
/*--------------------------------------------------------------------------------------*/
二、心得(from:http://mylog.lib.whpu.edu.cn/blogview.asp?logID=100)
1、把所有配置文件集中在editor文件下,有利于管理。
及把原fckeditor 下文件(fckconfig.js、fckeditor.js、fckeditor.asp、fckstyles.xml、fcktemplates.xml)copy到editor 下。
1、需要修改editor/jsfck_startup.js ,搜索
程序代码: