0

I've managed to integrate CKFinder with CKEditor using the instructions found on the site. However, the CKFinder popup appears in a new browser window. CKFinder in new browser window

The CKFinder site demonstrates modal overlays - but the examples are only for instances of CKFinder embedded in a site and not the one linked with CKEditor. CKFinder in modal overlay

How can I make sure CKFinder launched through CKEditor follows the same format. I'm unable to find any examples of the same on the CKEditor / CKFinder site or forums.

Thank you.

miCRoSCoPiC_eaRthLinG
  • 2,910
  • 4
  • 40
  • 56

1 Answers1

0

The problem is that it's how CKEditor handle custom file browsers. Using file browser API from CKEditor you rely on popups only.

Using CKFinder's 3 modal would be possible if you'd implement custom plugin for CKEditor that adds that "Browse server" button and handles file browser by itself.

jodator
  • 2,445
  • 16
  • 29