hello everyone, i had integrated ckeditor and ckfinder successfully, but there is one thing that makes me tired.
is there any way i can config ckeditor and ckfinder in ckeditor's config.js file once for all instead of config them everytime i intend to.
thanks in advance
is there any way i can config ckeditor and ckfinder in ckeditor's config.js file once for all instead of config them everytime i intend to.
thanks in advance
CKEDITOR.replace( 'test',
{
filebrowserBrowseUrl : '/js/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl : '/js/ckfinder/ckfinder.html?Type=Files',
filebrowserFlashBrowseUrl : '/js/ckfinder/ckfinder.html?Type=Files',
filebrowserUploadUrl : '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
filebrowserImageUploadUrl : '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
filebrowserFlashUploadUrl : '/js/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'
});
