Files
tinymce-docs-4x/plugins/print.md
T
Andrew Roberts 6808ef40ad Typos in Plugins
2015-11-14 23:58:01 -08:00

453 B

layout, title, title_nav, description, keywords, controls
layout title title_nav description keywords controls
default Print Plugin Print Print the content in TinyMCE. file toolbar button, menu item

This plugin adds a print button to the toolbar. It also adds a Print item to the File menu dropdown.

Type: String

Example
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "print",
  menubar: "file",
  toolbar: "print"
});