CKFinder - Sample - FCKeditor Integration

CKFinder can be easily integrated with FCKeditor. Try it now, by clicking the "Image" or "Link" icons and then the "Browse Server" button.

Error: FCKeditor not found. ' . 'This sample assumes that FCKeditor (not included with CKFinder) is installed in ' . 'the "fckeditor" sibling folder of the CKFinder installation folder. If you have it installed in ' . 'a different place, just edit this file, changing the wrong paths in the include ' . '(line 31) and the "BasePath" values (line 47).' ; } else { $fckeditor = new FCKeditor( 'FCKeditor1' ) ; $fckeditor->BasePath = '../../../fckeditor/' ; $fckeditor->Value = '

Just click the Image or Link button, and then "Browse Server".

' ; // Just call CKFinder::SetupFCKeditor before calling Create() or CreateHtml() // in FCKeditor. The second parameter (optional), is the path for the // CKFinder installation (default = "/ckfinder/"). CKFinder::SetupFCKeditor( $fckeditor, '../../' ) ; $fckeditor->Create() ; } ?>