Hello,
Since several hours I try to install the 'filebrowser' plugin.
I read the documentation and I did this :
I put the two following plugins like this : (le 'filebrowser' pluging depends on the 'popup' plugin)
-- ckeditor (repertory)
------ config.js
------ plugings (repertory)
---------- popup (repertory)
-------------- plugin.js
---------- filebrowser (repertory)
-------------- plugin.js
And then, the config.js is edited like this :
CKEDITOR.editorConfig = function( config ) {
config.extraPlugins = 'popup';
config.extraPlugins = 'filebrowser';
};
When I run the web page, the editor is displayed but when I want add an image, the filebrowser button/tab doesn't show in the image selection frame.
What have I forgot ?
Thanks to your help.
Bye, ;)
I'm still seeking the
I'm still seeking the solution. This is despairing.
Someone can help me ?
Thanks.
Bye, :)
You might be over
You might be over-complicating things. First, use the online builder to add the filebrowser and popup plugins. Secondly, follow this guide. Don't forget this guide on integrating the file browser with dialogs.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hello,
Hello,
I wanted to do that but I didn't find the plugin named "filebrowser" on the inline builder.
And I still seek.
Can you help me again ?
Thank.
Bye, ;)