Hi,
I am using CKEDITOR in a single page application using Backbone.js and I am trying to integrate image upload with my external server.
I couldn't determine from the documentation what is supposed to happen when the image is uploaded sucessfully. After examining how the CKFinder demo works, I see the server must return a specific piece of Javascript code which is then executed directly by CKEditor.
Is this the correct way to implement image upload or is it just a shortcut for demo purposes? I was expecting there to be an 'imageUploaded' event that I could hook into then I could invoke 'callFunction' from there?
Regards,
Paul Drummond
Have you read this article:
Have you read this article: http://docs.ckeditor.com/#!/guide/dev_file_browser_api?
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!