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

Horizontal Rule plugin

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

The Horizontal Rule (hr) plugin allows a user to insert a horizontal rule on the page at the cursor insertion point. It also adds a toolbar button and a menu item Horizontal line under the Insert menu.

Type: String

Example
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "hr"
});