1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 13:05:23 +02:00

Update TinyMCE editor to v4.7.6 release

Fixes issue with double scroll bar and subsequent position of inline editing toolbar.
This commit is contained in:
sauls8t 2018-02-04 15:51:14 +00:00
parent f967949513
commit 0f3de51ad5
156 changed files with 6555 additions and 69987 deletions

View file

@ -1,39 +0,0 @@
(function () {
var hr = (function () {
'use strict';
var PluginManager = tinymce.util.Tools.resolve('tinymce.PluginManager');
var register = function (editor) {
editor.addCommand('InsertHorizontalRule', function () {
editor.execCommand('mceInsertContent', false, '<hr />');
});
};
var $_6bjkyabjjcun3xxm = { register: register };
var register$1 = function (editor) {
editor.addButton('hr', {
icon: 'hr',
tooltip: 'Horizontal line',
cmd: 'InsertHorizontalRule'
});
editor.addMenuItem('hr', {
icon: 'hr',
text: 'Horizontal line',
cmd: 'InsertHorizontalRule',
context: 'insert'
});
};
var $_1k15zabkjcun3xxn = { register: register$1 };
PluginManager.add('hr', function (editor) {
$_6bjkyabjjcun3xxm.register(editor);
$_1k15zabkjcun3xxn.register(editor);
});
var Plugin = function () {
};
return Plugin;
}());
})()

0
gui/public/tinymce/plugins/hr/plugin.min.js vendored Normal file → Executable file
View file