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