webgui/www/extras/tinymce/jscripts/tiny_mce/plugins/print
2005-01-30 23:32:49 +00:00
..
images upgrade tinymce to 1.40 2005-01-30 23:32:49 +00:00
langs upgrade tinymce to 1.40 2005-01-30 23:32:49 +00:00
editor_plugin.js upgrade tinymce to 1.40 2005-01-30 23:32:49 +00:00
readme.txt upgrade tinymce to 1.40 2005-01-30 23:32:49 +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",
  });