Make a stripped-down stylesheet for the editor to use.
Make a stripped-down stylesheet for the editor to use.

File last commit:

795a5d5dc361
d3add6d85bd7
Show More
plugin.min.js
1 line | 322 B | application/javascript | JavascriptLexer
tinymce.PluginManager.add("hr",function(e){e.addCommand("InsertHorizontalRule",function(){e.execCommand("mceInsertContent",!1,"<hr />")}),e.addButton("hr",{icon:"hr",tooltip:"Horizontal line",cmd:"InsertHorizontalRule"}),e.addMenuItem("hr",{icon:"hr",text:"Horizontal line",cmd:"InsertHorizontalRule",context:"insert"})});