Welcome Guest, Not a member yet? Register   Sign In
Problems with FCKEDITOR
#1

[eluser]Rubiz'[/eluser]
Hello all!

Well, I have used FCKEditor in my test server, and it works pretty fine.

When I use it in the client's server, it has no script changes, all source code seams fine, but the fckeditor's user interface doenst appears...

Its frame size is right, but it is empty...

Anyone has any idea about it? I'm using the 1.7.1 CI version.

My source in the page:
Code:
[removed]
    var oFCKeditor = new FCKeditor('content');
    oFCKeditor.BasePath = "http://www.alkindar.com.br/fckeditor/";
    oFCKeditor.Width = 600;
    oFCKeditor.Height = 600;
    oFCKeditor.Config["EnterMode"] = 'br';
    oFCKeditor.Config["DefaultLinkTarget"] = '_blank';
    
        
    oFCKeditor.Value = 'Test';
    oFCKeditor.Create();

[removed]


Messages In This Thread
Problems with FCKEDITOR - by El Forum - 04-21-2009, 03:59 PM
Problems with FCKEDITOR - by El Forum - 04-21-2009, 05:18 PM
Problems with FCKEDITOR - by El Forum - 04-21-2009, 05:20 PM
Problems with FCKEDITOR - by El Forum - 04-21-2009, 05:28 PM
Problems with FCKEDITOR - by El Forum - 04-22-2009, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB