Log in or register to post comments
Last post
integration with CKEditor in JavaScript?
How do I integrate CKFinder with CKEditor in JavaScript?

What I basically want to know is, if I have the two packages stored in a directory somewhere in the root directory of my website, how do I code the integration (I've seen the JavaScript Integration support tutorial), and what basepath really represents and to what directory is it relative?

Anticipated thanks!
Re: integration with CKEditor in JavaScript?
PHP - Manual integration

The shortest example:
 CKEDITOR.replace( 'editor1',
{
   filebrowserBrowseUrl : '/ckfinder/ckfinder.html',
   filebrowserUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'
});

Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+