| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Wed, 18 Mar 2015 00:50:08 +0100 | |
| changeset 1209 | 6b3ce6ae3a34 |
| parent 1012 | 5064d9d287a0 |
| permissions | -rw-r--r-- |
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"})});