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

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.

你可能感兴趣的:(xml,servlet,fckeditor)