1
0
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:
CaMer0n
2012-04-29 10:38:45 +00:00
parent 611e3ae7e2
commit c48a85fb77
4 changed files with 79 additions and 40 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() {
@@ -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
}, {