Hello, everybody!
I've searched this forum, but found nothing about my trouble. I use CKeditor 3.0 with integrated CkFinder for uploading/browsing files.
In config.js of CKEditor it looks like this:
But when the CKFinder is opened from CKEditor by for example "Browse server" function, in contextual menu there is no "Select file" function. So, I can't put URL of file into CKEditor dialog.
I found something about this in Access Control List, but not something that can solve my problem.
Thanks in advance.
I've searched this forum, but found nothing about my trouble. I use CKeditor 3.0 with integrated CkFinder for uploading/browsing files.
In config.js of CKEditor it looks like this:
CKEDITOR.editorConfig = function( config ) { config.height = 400; config.filebrowserBrowseUrl = '/ckfinder/ckfinder.html'; config.filebrowserImageBrowseUrl = '/ckfinder/ckfinder.html?Type=Images'; config.filebrowserFlashBrowseUrl = '/ckfinder/ckfinder.html?Type=Flash'; config.filebrowserUploadUrl = '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'; config.filebrowserImageUploadUrl = '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images'; config.filebrowserFlashUploadUrl = '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'; };
But when the CKFinder is opened from CKEditor by for example "Browse server" function, in contextual menu there is no "Select file" function. So, I can't put URL of file into CKEditor dialog.
I found something about this in Access Control List, but not something that can solve my problem.
Thanks in advance.
Re: No Select Option in CkFinder
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+