453 B
453 B
layout, title, title_nav, description, keywords, controls
| layout | title | title_nav | description | keywords | controls |
|---|---|---|---|---|---|
| default | Print Plugin | 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"
});