Integrate CKFinder with CKEditor

Integrate CKFinder with CKEditor

LesserDJHLesserDJH Posts: 7Questions: 4Answers: 2

I have been able to integrate CKEditor 4 with Datatables Editor using the examples on this site. I am now also trying to integrate CKFinder 4 to work with CKEditor. However, I am a bit lost as to where/how to place the integration code:

var editor = CKEDITOR.replace( 'editor1' ); CKFinder.setupCKEditor( editor );

This question has an accepted answers - jump to answer

Answers

  • LesserDJHLesserDJH Posts: 7Questions: 4Answers: 2
    Answer ✓

    Never mind; the integration code was fine. I just forget to close the script tag. This is one of those "before my first cup of coffee" things. Works great!

Sign In or Register to comment.