With Ckeditor3, when implementing your own file/image browser, to send back the file URL back to CKeditor, you would call :
window.opener.CKEDITOR.tools.callFunction(2,filename);
But it seems with Ckeditor4 this does not work anymore, even though the docs still says it's working...
Any help?