Important This page documents TinyMCE 5. For new projects, Tiny recommends using the latest, most up-to-date version. See TinyMCE 8 documentation. Print plugin This plugin adds a print button to the toolbar. It also adds a Print item to the File menu dropdown. Basic setup tinymce.init({ selector: 'textarea', // change this value according to your HTML plugins: 'print', menubar: 'file', toolbar: 'print' });