Hi there, please can someone help..
This is how I have my CKeditor setup:
<textarea class="ckeditor" cols="80" id="PageContent" name="PageContent" rows="10">textarea> ... <script type="text/javascript"> //<![CDATA[ CKEDITOR.replace( 'PageContent', { // extraPlugins : 'uicolor', // uiColor: '#000000', toolbar : [ [ 'Source' ], [ 'Cut','Copy','Paste','PasteText','PasteFromWord' ,'-' ,'Undo','Redo' ], [ 'Bold', 'Italic','Underline', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], [ 'TextColor','BGColor','-','RemoveFormat','Format','Image'] ] } ); //]]> </script>
Re: Problems integrating CKFinder (its NOT easy!!)
Try this code.:
Re: Problems integrating CKFinder (its NOT easy!!)
dont you need to call CKFinder in any way?
Re: Problems integrating CKFinder (its NOT easy!!)
The proposed code in the previous reply doesn't include any reference to CKFinder so it won't help you.
If you're using javascript to generate CKEditor then this is the simplest and most generic way to integrate CKFinder as explained in http://docs.cksource.com/CKFinder_2.x/D ... xample_3_2
Insert a reference to the CKFinder main js API file, and tell CKFinder to watch for any CKEditor instance:
Re: Problems integrating CKFinder (its NOT easy!!)
alfonsoml is right, id ont know what happend but the code what i copyed did'nt paste all :S.
But ofcourse you must call it first what alfonsoml sayd.
Thx for placing the code for me