You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

453 B

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"
});