首页 新闻 赞助 找找看

关于tinyMCE

0
悬赏园豆:20 [已关闭问题]

我在使用tinyMCE 的时候。点击工具栏里的插入图片按钮后,直接打开了一个新的窗体。而不是像本站里面的tinyMCE是弹出一个对话框式的页面!这个如何设置!

看雪飘过的主页 看雪飘过 | 初学一级 | 园豆:50
提问于:2008-11-19 12:24
< >
分享
其他回答(5)
0

通常都应该是你使用的浏览器的问题(也许是设置,也许是浏览器本身)。换个浏览器试试看是不是这个原因 。

5yplan | 园豆:1330 (小虾三级) | 2008-11-19 12:40
0

你可以通过查看页面源代码参考一下这里的tinyMCE设置。

dudu | 园豆:31075 (高人七级) | 2008-11-19 13:51
0

页面源代码的这个地方:
tinyMCE.init({
 language:"zh",
 mode:"exact",
 elements: "txtAnswer",
 width : "580px",
 theme:"advanced",
 plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,insertCode",
 theme_advanced_buttons1:"forecolor,backcolor,separator,bold,italic,underline,strikethrough,separator,bullist,numlist,separator, justifyleft, justifycenter, justifyright,justifyleft,justifycenter,justifyright,outdent,indent,removeformat,separator,link,unlink,image,quote,code,fullscreen,insertCode",
 theme_advanced_buttons2:"",
 theme_advanced_buttons3:"",
 theme_advanced_resizing : true,
 theme_advanced_resize_horizontal : false,
 theme_advanced_toolbar_location : "top",
 theme_advanced_toolbar_align : "left",
 theme_advanced_statusbar_location : "bottom",
 theme_advanced_fonts:"宋体=宋体;黑体=黑体;仿宋=仿宋;楷体=楷体;隶书=隶书;幼圆=幼圆;Arial=arial,helvetica,sans-serif;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats",
 convert_fonts_to_spans:true,
 remove_trailing_nbsp:true,
 convert_newlines_to_brs:false,
 force_br_newlines:false,
 force_p_newlines: false,
 remove_linebreaks: false ,
 relative_urls : false,
 extended_valid_elements:"pre[name|class]",
 content_css:"/css/mce.css",
 //cleanup_callback:"myCustomCleanup",
 handle_event_callback:"MCECheckIndent",
 cleanup : true
});

生鱼片 | 园豆:5757 (大侠五级) | 2008-11-19 14:12
0

是浏览器的问题!

子夜星辰 | 园豆:1613 (小虾三级) | 2008-11-19 14:40
0

看看plugins属性中有没有inlinepopups,如果没有这个插件就会是弹出新窗口

注意以下tinyMCE版面,我用的没有你说的问题

玉开 | 园豆:8822 (大侠五级) | 2008-11-20 12:28
0

11

静静地聆听-瓶子 | 园豆:202 (菜鸟二级) | 2015-01-26 17:17
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册