Important changes to Tiny Cloud pricing > Find out more
Return to Website

print

This plugin adds a print button to TinyMCE. Installation Instructions

  1. Copy the print directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  2. Add plugin to TinyMCE plugin option list example: plugins : "print".
  3. Add the button name to button list, example: theme_advanced_buttons3_add : "print".

Initialization Example

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.