Dear forum members
We are running into a problem while using CKFinder with CKEditor inline option (using http://docs.ckeditor.com/#!/guide/dev_inline). The image properties does not show the browse option in inline mode. We are not sure why this is happening? The snippent of the code we are using is below:
<script type="text/javascript"> // We need to turn off the automatic editor creation first. CKEDITOR.disableAutoInline = true; CKEDITOR.replace('editor1', { filebrowserBrowseUrl: '../ckfinder/ckfinder.html', filebrowserImageBrowseUrl: '../ckfinder/ckfinder.html?Type=Images', filebrowserFlashBrowseUrl: '../ckfinder/ckfinder.html?Type=Flash', filebrowserUploadUrl: '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files', filebrowserImageUploadUrl: '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images', filebrowserFlashUploadUrl: '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash' }); var editor = CKEDITOR.inline('editor1'); CKEDITOR.inlineAll(); </script>
Is this known problem with CKFinder while using it inline mode or we are doing something wrong? Suggestions are appreciated.
Many thanks
Dhaval
Innoventurous Business Solutions, UK