Hi,
I'm trying to integrate ckfinder in cdeditor:
if ( typeof CKEDITOR == 'undefined' )
{
//do something
}
else
{
var editor = CKEDITOR.replace( 'Editor1' );
CKFinder.setupCKEditor( editor, '../../ckfinder' ) ;
}
I get this message (after klicking on "Server durchsuchen" - button:
y.lang.DateAmPm' ist Null oder kein Objekt
Can anybody help me?
I'm trying to integrate ckfinder in cdeditor:
if ( typeof CKEDITOR == 'undefined' )
{
//do something
}
else
{
var editor = CKEDITOR.replace( 'Editor1' );
CKFinder.setupCKEditor( editor, '../../ckfinder' ) ;
}
I get this message (after klicking on "Server durchsuchen" - button:
y.lang.DateAmPm' ist Null oder kein Objekt
Can anybody help me?
Re: Integrate ckfinder in ckeditor within asp.net 4.0 mvc 2.
Does the German version of CKFinder work for you on our demo page: http://ckfinder.com/demo ?
1. Did you modify the German language file?
2. Make sure you're using the latest version of CKFinder.
3. Make sure that all files were uploaded correctly to your server.
4. Make sure you have cleared browser's cache
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Integrate ckfinder in ckeditor within asp.net 4.0 mvc 2.
If you get it to work, I would love to know how you did it, since I have some troube with e.g. the quickupload. http://cksource.com/forums/viewtopic.php?f=10&t=21149