1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-16 23:36:16 +02:00

TinyMce Upgrade to 3.5.6 and fixes for youtube and emoticon plugins.

This commit is contained in:
CaMer0n
2012-08-04 00:55:18 +00:00
parent 1601a07bba
commit 10312f4e2a
28 changed files with 3592 additions and 3022 deletions

View File

@@ -2,7 +2,7 @@
* $Id$
*
* @author Moxiecode
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
* @copyright Copyright <20> 2004-2008, Moxiecode Systems AB, All rights reserved.
*/
(function() {
@@ -35,7 +35,19 @@
// Register example button
ed.addButton('emoticons', {
title : 'emoticons.desc',
cmd : 'mceEmotion',
onclick: function(){
$.colorbox({
href: url + "/emoticons.php",
iframe: true,
width:"200px",
height:"200px",
speed:2,
opacity: 0.3,
scrolling: false
});
},
//cmd : 'mceEmotion',
image : url + '/images/emoticons.png'
});