1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 13:34:39 +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

@@ -35,7 +35,17 @@
// Register ibrowser button
ed.addButton('ibrowser', {
title : 'ibrowser.desc',
cmd : 'mceibrowser',
// cmd : 'mceibrowser',
onclick: function() {
$.colorbox({
href: url + "/ibrowser.php",
iframe: true,
width:"60%",
height:"70%",
speed:10,
opacity: 0.4
});
},
image : url + '/images/ibrowser.gif'
});