我正在使用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",
}