Plugin pour lib ckeditor Simple Image Browser

http://ckeditor.com/addon/simple-image-browser
CKEditor 4.4, Licence MIT
Requiert jquery.min

 

free https://github.com/EpicSoftworks/ckeditor-simple-image-browser

// Add this line if you haven't build CKEditor with this plugin.
CKEDITOR.config.extraPlugins = 'simple-image-browser';

// Add this line anyways. You need it to get your images.
CKEDITOR.config.simpleImageBrowserURL = <INSERT URL TO AJAX FILE HERE>;

The JSON Response exists now only of the url to the file. Nothing more is needed and all your logic can go in the AJAX file.