Fra*_*isc 6 browser ckeditor ckfinder
我正在使用集成在CKEditor中的CKFinder.我想保持上传功能处于活动状态,但请删除"浏览服务器"选项,因为我不希望用户执行此操作.
我怎样才能做到这一点?
谢谢.
简写是在您使用CKEditor设置CKFinder集成后,覆盖FileBrowser的URL:
//Prevent the fileBrowser button and option
$CKEditor->config['filebrowserBrowseUrl']='';
$CKEditor->config['filebrowserImageBrowseUrl']='';
$CKEditor->config['filebrowserFlashBrowseUrl']='';
Run Code Online (Sandbox Code Playgroud)