<textarea id="editor1" name="editor1"><p>Initial value.</p></textarea>
<script type="text/javascript">
var editor = CKEDITOR.replace( 'editor1',
{
toolbar : 'Backoffice'
});
CKFinder.setupCKEditor(editor, '/ckfinder/');
</script>
<dependency> <groupId>com.ckeditor</groupId> <artifactId>ckeditor-java-core</artifactId> <version>3.5.3</version> <scope>provided</scope> </dependency>
<dependency> <groupId>com.ckfinder</groupId> <artifactId>ckfinder</artifactId> <version>2.0.2</version> <type>war</type> </dependency>
<webModule> <groupId>com.ckfinder</groupId> <artifactId>ckfinder</artifactId> <contextRoot>/ckfinder</contextRoot> <bundleFileName>ckfinder-2.0.2.war</bundleFileName> </webModule>
JkMount /ckfinder/* local
I have the error message --> CKFinder is not defined

Re: CKFinder is not defined (integration wit CKEditor)
http://docs.cksource.com/CKFinder_2.x/D ... stallation
http://docs.cksource.com/CKFinder_2.x/D ... ntegration
Re: CKFinder is not defined (integration wit CKEditor)
It looks you're right, we'll correct the documentation, thanks!
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+