mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 12:34:49 +02:00
TinyMce iBrowser work
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() {
|
||||
@@ -23,7 +23,7 @@
|
||||
ed.addCommand('mceibrowser', function() {
|
||||
ed.windowManager.open({
|
||||
file : url + '/ibrowser.php',
|
||||
width : 520 + parseInt(ed.getLang('ibrowser.delta_width', 0)),
|
||||
width : 800 + parseInt(ed.getLang('ibrowser.delta_width', 0)),
|
||||
height : 770 + parseInt(ed.getLang('ibrowser.delta_height', 0)),
|
||||
inline : 1
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user