Files
tinymce-docs-4x/plugins/searchreplace.md
T
Andrew Roberts 6808ef40ad Typos in Plugins
2015-11-14 23:58:01 -08:00

562 B

layout, title, title_nav, description, keywords, controls
layout title title_nav description keywords controls
default Search and Replace Plugin Search and Replace Find and replace content in TinyMCE. searchreplace edit toolbar button, menu item

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"
});