egroupware/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/print
Oscar Manuel Gómez Senovilla 15b3d1fc9f spanish tinymce translation
2005-12-05 01:33:44 +00:00
..
images Add TinyMCE, the future htmlArea Replacement. A clean WYSIWYG editor see tinymce.moxiecode.com/ for more info 2005-06-21 19:21:23 +00:00
langs spanish tinymce translation 2005-12-05 01:33:44 +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",
  });