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:
@@ -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'
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user