主题: 直接其他帖子的内容,图片无法显示
作者: viman3344, 发布日期: 2008-09-11 21:06:32, 浏览数: 6385
不知道是不是我哪里设置有问题。经过我测试,ie6.0,firefox2.0,直接从其他帖子中复制过来的内容中图片无法显示,而在opera中无法使用。

在google浏览器和苹果的浏览器中可以正常使用。

我的配置是

var editor = new KindEditor("editor"); //创建编辑器对象
editor.hiddenName = "content";
editor.skinPath = "editor/skins/tiny/";
editor.iconPath = "editor/emot/";
editor.editorWidth = "700px";
editor.editorHeight = "400px";
//editor.cssPath = "editor/common.css";
editor.safeMode = true; // true 或 false
editor.uploadMode = true; // true 或 false
editor.show(); //显示
//提交时获得最终HTML代码的函数
function KindSubmit() {
editor.data();
}
作者: viman3344, 发布日期: 2008-09-11 21:21:31
另外,我用官方的例子也测试过了,在ie6和firefox2.0上也是不能直接复制帖子的,帖子里面的图片也是读取不到。在google和苹果的浏览器上是能正常使用的,同样,opera一样的使用不了
回复
发表新帖 发表回复