我已经尝试了下面列出的这个选项。
options: {
autoLink: true,
placeholder: {
text: 'Enter Item Name',
hideOnClick: true
},
toolbar: {buttons: ['bold', 'italic', 'anchor']},
anchor: {
targetCheckbox: true,
linkValidation: true,
targetCheckboxText: 'Open In New Window'
}
}
targetCheckbox设置为true,但默认情况下未将链接目标属性设置为_blank。