source: trunk/Packages/TinyMCE/plugins/hr/plugin.min.js

Last change on this file was 838, checked in by chronos, 8 years ago
  • Added: TinyMCE package.
File size: 322 bytes
Line 
1tinymce.PluginManager.add("hr",function(a){a.addCommand("InsertHorizontalRule",function(){a.execCommand("mceInsertContent",!1,"<hr />")}),a.addButton("hr",{icon:"hr",tooltip:"Horizontal line",cmd:"InsertHorizontalRule"}),a.addMenuItem("hr",{icon:"hr",text:"Horizontal line",cmd:"InsertHorizontalRule",context:"insert"})});
Note: See TracBrowser for help on using the repository browser.