首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Struts2调整FCKeditor2.6

2012-10-19 
Struts2整合FCKeditor2.6今天成功的在Struts2中整合了FCKeditor。步骤如下:1.到http://sourceforge.net/pro

Struts2整合FCKeditor2.6
今天成功的在Struts2中整合了FCKeditor。
步骤如下:
1.到http://sourceforge.net/projects/fckeditor/files/FCKeditor.Java/2.6/下载对应的资源。我觉得还是先看看它的主页http://ckeditor.com/,顺便鉴赏一下FCKeditor的品味嘛。到了下载页面,只要是做程序的都知道要下载哪些资源。我自认为是做程序的,下载了这两个:fckeditor-java-2.6-bin.zip ,fckeditor-java-demo-2.6.war 。

2.在classpath里添加fckeditor.properties文件



7.我刚开始在用的时候装进去就可以,拿出来就不知道了,现在顺便把拿出来的也写一下,网上好像有其他,顺便写一下。
a.

b.
<%       FCKeditor fckEditor = new FCKeditor(request, "EditorDefault");   %>     <%        fckEditor.setInstanceName("strAnswer") ;        fckEditor.setValue("要显示的内容");        out.println(fckEditor);                                %>


8.顺便说一下,那些个还在找图片为什么不能上传的人啊,检查一下包有没有冲突,基本上是包的问题了。

1 楼 chinahnzhou 2010-04-28   chinahnzhou 写道yzq513164922 写道2.在classpath里添加fckeditor.properties文件
Java代码
connector.userActionImpl=net.fckeditor.requestcycle.impl.EnabledUserAction 

请问classpath里添加这个作用是什么呢?
能否再详细点,不大明白
不好意思,今天才回复。我写错了  不是什么在classpath加上,就是在src下面加上那个文件就可以了。具体我也不是特别清楚。
eWeb好像更好啊?

热点排行