hi i wanna integrate ckfinder with cfeditor. here are my code
is there any way that i can do that in config.js instead
thanks in advance
CKEDITOR.replace( 'content',
{
filebrowserBrowseUrl : basePath+'js/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl : basePath+'js/ckfinder/ckfinder.html?Type=Files',
filebrowserFlashBrowseUrl : basePath+'js/ckfinder/ckfinder.html?Type=Files',
filebrowserUploadUrl : basePath+'js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
filebrowserImageUploadUrl : basePath+'js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
filebrowserFlashUploadUrl : basePath+'js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'
});
is there any way that i can do that in config.js instead
thanks in advance
