FCKeditor在html中的使用

FCKeditor在html中的应用1.下载Fckeditor2.把fckeditor文件夹拷贝到你项目的中WebRoot 根目录下3.新建一

FCKeditor在html中的应用

1.下载Fckeditor

2.把fckeditor文件夹拷贝到你项目的中WebRoot 根目录下;

3.新建一个web project 项目 起名为fckeditordemo

4.在fckeditordemo 项目中 新建一个名为input.html文件. 代码如下

?

5.新建一个Servlet文件 名为AddContentServlet.java

映射改为addContent

代码如下:

?