To ckeditor and got it to work within WebYep?
Can it be done?
The Core five site mentions:
If you are intergrating the FileManager with CKEditor 3.x or higher, simply set the URL when you configure your instance, like so:
Code: Select all
CKEDITOR.replace('instancename', {
filebrowserBrowseUrl: '[Path to Filemanager]/index.html',
...other configuration options...
});
I believe the instance name should be 'CKEditor1' but how should the code be correclty confirgured in config.js ?
Can't seem to get it to work.