lemonde / angular-ckeditor

CKEditor directive for Angular.
137 stars 133 forks source link

How to add CKFINDER to angular-ckeditor #75

Open ntdat2207 opened 6 years ago

ntdat2207 commented 6 years ago

i want to add CKFINDER into CKEDITOR, so i do like this: $scope.options = { language: 'en', allowedContent: true, entities: true, filebrowserBrowseUrl: '../ckfinder/ckfinder.html', filebrowserImageBrowseUrl:'../ckfinder/ckfinder.html?type=Images', filebrowserFlashBrowseUrl: '../ckfinder/ckfinder.html?type=Flash', filebrowserUploadUrl: '../ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', filebrowserImageUploadUrl: '../ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images', filebrowserFlashUploadUrl: '../ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash' }; but there is no BrowServer button when click into icon image. How can i add CKFINDER?

bernardoadc commented 6 years ago

@ntdat2207 is that a plugin?