Sha256: fff97e14d7f06d9b1ccfada68e991ec50af88949d3329c89a69084449dd86214

Contents?: true

Size: 840 Bytes

Versions: 4

Compression:

Stored size: 840 Bytes

Contents

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 *
 * Version: 5.1.3 (2019-12-04)
 */
!function(){"use strict";var n=tinymce.util.Tools.resolve("tinymce.PluginManager"),o=function(n){n.addCommand("InsertHorizontalRule",function(){n.execCommand("mceInsertContent",!1,"<hr />")})},t=function(n){n.ui.registry.addButton("hr",{icon:"horizontal-rule",tooltip:"Horizontal line",onAction:function(){return n.execCommand("InsertHorizontalRule")}}),n.ui.registry.addMenuItem("hr",{icon:"horizontal-rule",text:"Horizontal line",onAction:function(){return n.execCommand("InsertHorizontalRule")}})};!function e(){n.add("hr",function(n){o(n),t(n)})}()}();

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
tinymce-rails-webmely-5.1.5 vendor/assets/javascripts/tinymce/plugins/hr/plugin.js
tinymce-rails-webmely-5.1.4 vendor/assets/javascripts/tinymce/plugins/hr/plugin.js
tinymce-rails-bach-0.1.1 vendor/assets/javascripts/tinymce/plugins/hr/plugin.js
tinymce-rails-5.1.3 vendor/assets/javascripts/tinymce/plugins/hr/plugin.js