如何在TinyMCE而非浏览器中打开上传窗口?

时间:2018-10-10 03:10:51

标签: tinymce editor

我正在使用TinyMCE编辑器。当我单击图像图标时,它表示IE已阻止该内容,单击“允许”后,IE将打开图像上传窗口。如何在TinyMCE窗口中显示上传的图片?

 tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    plugins : "fullpage",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",

    theme_advanced_buttons1: "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,formatselect,fontselect,fontsizeselect,separator,forecolor,backcolor",
    theme_advanced_buttons2: "undo,redo,link,unlink,image",
}

enter image description here

enter image description here

0 个答案:

没有答案