我有以下tinymce的配置。我想在单独的选项卡或窗口中打开超链接单击的结果。我theme_advanced_link_targets : "_blank"
如下所示使用但没有帮助。有没有其他的配置参数呢?
var tinyMCESettings = {
theme : "advanced",
plugins : "preview",
readonly : readOnly,
theme_advanced_buttons1 : "forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull",
width : width,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "false",
theme_advanced_link_targets : "_blank",
forced_root_block : false,
relative_urls : false,
remove_script_host : false
}