插件 \ searchreplace 查找替换查找替换编辑区的内容
+toolbar按钮+menu项

此页更新时间:2019-04-16 21:07

此页英文文档:https://www.tiny.cloud/docs/plugins/searchreplace/

提供一个可在内容区进行查找/替换的功能。

tinymce.init({
    selector: '#tinydemo',
    plugins: "searchreplace",
    toolbar: "searchreplace",
});

下一节:spellchecker 拼写检查