Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 866 Bytes

File metadata and controls

32 lines (22 loc) · 866 Bytes

Search and Replace plugin

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

Basic setup

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

Commands

The Search and Replace plugin provides the following {productname} command.