whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
newsletter
/
vendor
/
tinymce
/
plugins
/
emoticons
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/newsletter/vendor/tinymce/plugins/emoticons/plugin.js
(function () { var emoticons = (function () { 'use strict'; var global = tinymce.util.Tools.resolve('tinymce.PluginManager'); var global$1 = tinymce.util.Tools.resolve('tinymce.util.Tools'); var emoticons = [ [ 'cool', 'cry', 'embarassed', 'foot-in-mouth' ], [ 'frown', 'innocent', 'kiss', 'laughing' ], [ 'money-mouth', 'sealed', 'smile', 'surprised' ], [ 'tongue-out', 'undecided', 'wink', 'yell' ] ]; var getHtml = function (pluginUrl) { var emoticonsHtml; emoticonsHtml = '<table role="list" class="mce-grid">'; global$1.each(emoticons, function (row) { emoticonsHtml += '<tr>'; global$1.each(row, function (icon) { var emoticonUrl = pluginUrl + '/img/smiley-' + icon + '.gif'; emoticonsHtml += '<td><a href="#" data-mce-url="' + emoticonUrl + '" data-mce-alt="' + icon + '" tabindex="-1" ' + 'role="option" aria-label="' + icon + '"><img src="' + emoticonUrl + '" style="width: 18px; height: 18px" role="presentation" /></a></td>'; }); emoticonsHtml += '</tr>'; }); emoticonsHtml += '</table>'; return emoticonsHtml; }; var PanelHtml = { getHtml: getHtml }; var insertEmoticon = function (editor, src, alt) { editor.insertContent(editor.dom.createHTML('img', { src: src, alt: alt })); }; var register = function (editor, pluginUrl) { var panelHtml = PanelHtml.getHtml(pluginUrl); editor.addButton('emoticons', { type: 'panelbutton', panel: { role: 'application', autohide: true, html: panelHtml, onclick: function (e) { var linkElm = editor.dom.getParent(e.target, 'a'); if (linkElm) { insertEmoticon(editor, linkElm.getAttribute('data-mce-url'), linkElm.getAttribute('data-mce-alt')); this.hide(); } } }, tooltip: 'Emoticons' }); }; var Buttons = { register: register }; global.add('emoticons', function (editor, pluginUrl) { Buttons.register(editor, pluginUrl); }); function Plugin () { } return Plugin; }()); })();
Copyright ©2021 || Defacer Indonesia