webgui/www/extras/tinymce/jscripts/tiny_mce/plugins/searchreplace
2005-03-09 00:51:58 +00:00
..
images updating tinymce to 1.43 and fixed some bugs 2005-03-09 00:51:58 +00:00
langs updating tinymce to 1.43 and fixed some bugs 2005-03-09 00:51:58 +00:00
editor_plugin.js updating tinymce to 1.43 and fixed some bugs 2005-03-09 00:51:58 +00:00
editor_plugin_src.js updating tinymce to 1.43 and fixed some bugs 2005-03-09 00:51:58 +00:00
readme.txt updating tinymce to 1.41 2005-02-12 14:55:11 +00:00
replace.htm updating tinymce to 1.43 and fixed some bugs 2005-03-09 00:51:58 +00:00
search.htm updating tinymce to 1.43 and fixed some bugs 2005-03-09 00:51:58 +00:00

 searchreplace plugin for TinyMCE
-----------------------------

About:
  This plugin adds search/replace dialogs to TinyMCE.

Installation instructions:
  * Copy the searchreplace directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  * Add plugin to TinyMCE plugin option list example: plugins : "searchreplace".
  * Add buttons "search,replace" to the button list.

Initialization example:
  tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    plugins : "searchreplace",
    theme_advanced_buttons1_add : "search,replace",
  });