Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Elfinder Connector with CKEditor #48

Open
jackfolla79 opened this issue Feb 27, 2018 · 0 comments
Open

Integration Elfinder Connector with CKEditor #48

jackfolla79 opened this issue Feb 27, 2018 · 0 comments

Comments

@jackfolla79
Copy link

jackfolla79 commented Feb 27, 2018

Hello, I'm trying to call connector from CKEditor with Elfinder , editing the config.js of Ckeditor ( I follow https://github.com/Studio-42/elFinder/wiki/Integration-with-CKEditor and http://docs-old.ckeditor.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader) )
But when I click on "Send to server" of CKEditor I have target == null

CKEDITOR.replace( 'editor1',
{
config.filebrowserBrowseUrl = '/myapp/elFinder/elfinder-cke.html';
config.filebrowserImageBrowseUrl = '/myapp/elFinder/elfinder-cke.html';
config.filebrowserUploadUrl = '/myapp/elfinder-servlet/connector?cmd=upload';
config.filebrowserImageUploadUrl = '/myapp/elfinder-servlet/connector?cmd=upload';
});

Anyone integrate elfinder in ckeditor?
thank a lots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant