galetahub / ckeditor

Ckeditor 4.x integration gem for rails

Home Page:https://ckeditor.com/ckeditor-4/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use my own controller to browse server?

opened this issue · comments

Because of some very specific handling of images in my system, I need CKEditor when clicking on image and browsing the server to use my own controller to handle our custom logic.
setting a config.parent_controller in initializer didn't work.
please advice

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Setting parent_controller should do the trick.

What version of Rails & Ckeditor are you using? If you can provide a sample application of the issue I can take a look.