Is possible to have the file manager open in the same page inside a "javascript popup", Some of those created through, for example, jquery ui. Even if it's just an iframe inside it, it woul be really nice.
If I can write an add-on for it, I'm ok with it, I would just like to know if there is the possibility to do this thing in this way because my customer "hates" browser popup and prefer in-page popups.
Thanks everyone
I'm still looking for an
I'm still looking for an answer to this question, it's quite important for me because I'm thinking about using ckeditor for an important product.
It is possible to do so. You
It is possible to do so. You should replace the default filebrowser plugin with your custom one that would perform the same functions, only without browser popups. CKEditor filebrowser plugin is responsible for the Browse Server buttons and file input support (it adds links that you set in your configuration to input fields/ buttons).
When done, you will then be able to use CKFinder (or any other solution) in your custom popups.
If you were willing to share your code after you're done, we might incorporate it into CKEditor core and change the current deafult behavior.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thanks a lot for the answer.
Thanks a lot for the answer. With the new inline feature I think ckeditor is now really the best editor out, I'll work on the features toghether with a friend and once I've finished I'll post code here (or as a plugin, as you prefer)
Great to hear that! The best
Great to hear that! The best idea is either to create and submit a plugin or use GitHub -- CKEditor development moved there a while ago which makes it easier for external developers to add their patches. Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
That's great, I use github
That's great, I use github and love it, thanks for your suggestion. I'll move there to start coding.
By the way, this issue was
By the way, this issue was also reported in ticket #6085 a while ago, which may give you some ideas (or at least make it easier to contact other developers who are interested in this feature).
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
That is quite important, I'll
That is quite important, I'll follow that ticket, thanks for pointing that out.