I use WYSIWYG Web Builder 8 as a third party web design software. I have published CKEditor to be used as the editor for the Content Manage System portion of one of my websites. I would like to use CKFinder in conjunction for the "browser" functionality rather than have to enter a URL in order to insert an image. How do I make the two work in concert and publish them accordingly? Thanks.
Tue, 11/13/2012 - 00:18
#1
Re: Publishing CKFinder with CKEditor
Hi,
You don't say what platform / language you are using, but they are all covered from the core doco page at
http://docs.cksource.com/CKFinder_2.x.
For ASP.NET it was essentially a case of placing the ckfinder folder at the same level as ckeditor, adding a bit of javascript, and editing the config. Oh, and adding the dll; not sure if you need that for PHP, for example.
Re: Publishing CKFinder with CKEditor