`
jcyanfan
  • 浏览: 71470 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

求助一个关于Opencms中fckeditor的问题?

    博客分类:
  • java
阅读更多

FCKEditor in OpenCms doesn't work with IE7 Beta 2, it only shows the
source of the page with language, content selection ,
publish/save/preview, no WYSIWYG.

 

意思是说在ie7下点击页面上的 编辑按钮时显示的是源代码,而在ie6上可以看见可视化结果,

找到了一个办法,但未成功,不知还有没有高手能解决一下!!!

you can try to change the file
/system/workplace/editors/fckeditor/editor_configuration.xml. In the
useragents node, overwrite the regular expression for Internet Explorer
with the following one:

<agent>^Mozilla/4\.0 \(compatible; MSIE [5678]\.\d*; .*\)$</agent>

After that, publish the file and restart your servlet container.

分享到:
评论
1 楼 jcyanfan 2008-12-19  
已解决,在editor_configuration.xml加入
<agent>^Mozilla/4\.0 \(compatible; MSIE [5678]\.\d*; .*\)$</agent>
重启服务ok

相关推荐

Global site tag (gtag.js) - Google Analytics