当前位置: 首页 > 文档资料 > tinyMCE 帮助文档 >

Search and Replace plugin

优质
小牛编辑
122浏览
2023-12-01

This plugin adds search/replace dialogs to TinyMCE. It also adds a toolbar button and the menu item Find and replace under the Edit menu dropdown.

Type: String

Example
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "searchreplace",
  menubar: "edit",
  toolbar: "searchreplace"
});