当前位置: 首页 > 文档资料 > tinyMCE 帮助文档 >

Print plugin

优质
小牛编辑
123浏览
2023-12-01

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