egroupware/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print
Pim Snel 8b6404cbc2 Add TineMCE, the future htmlArea Replacement. A clean WYSIWYG editor
see tinymce.moxiecode.com/ for more info
2005-06-21 13:12:29 +00:00
..
editor_plugin_src.js Add TineMCE, the future htmlArea Replacement. A clean WYSIWYG editor 2005-06-21 13:12:29 +00:00
editor_plugin.js Add TineMCE, the future htmlArea Replacement. A clean WYSIWYG editor 2005-06-21 13:12:29 +00:00
readme.txt Add TineMCE, the future htmlArea Replacement. A clean WYSIWYG editor 2005-06-21 13:12:29 +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",
  });