This plugin adds a print button to the toolbar. It also adds a Print
item to the File
menu dropdown.
Type: String
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "print",
menubar: "file",
toolbar: "print"
});