/** * plugin.js (edited for WP) * * Copyright, Moxiecode Systems AB * Released under LGPL License. * * License: http://www.tinymce.com/license * Contributing: http://www.tinymce.com/contributing */ /*global tinymce:true */ tinymce.PluginManager.add('emoticons', function(editor, url) { var emoticons = [{ smile: ':-)', razz: ':-P', cool: '8-)', wink: ';-)', biggrin: ':-D' }, { twisted: ':twisted:', mrgreen: ':mrgreen:', lol: ':lol:', rolleyes: ':roll:', confused: ':-?' }, { cry: ':cry:', surprised: ':-o', evil: ':evil:', neutral: ':-|', redface: ':oops:' }, { mad: ':-x', eek: '8-O', sad: ':-(', arrow: ':arrow:', idea: ':idea:' }]; function getHtml() { var emoticonsHtml; emoticonsHtml = '