webgui/www/extras/tinymce/jscripts/tiny_mce/plugins/print
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

 Print plugin for TinyMCE
-----------------------------

About:
  This plugin adds a print button to TinyMCE.

Installation instructions:
  * Copy the print directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  * Add plugin to TinyMCE plugin option list example: plugins : "print".

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