Files
tinymce-docs-4x/plugins/hr.md
T
Andrew Roberts 6808ef40ad Typos in Plugins
2015-11-14 23:58:01 -08:00

535 B

layout, title, title_nav, description, keywords, controls
layout title title_nav description keywords controls
default Horizontal Rule Plugin Horizontal Rule Insert a horizontal line. hr insert toolbar button, menu item

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