Hi all!
I'm trying to implement upload files (for images) without CKFinder because my project is on JSP.
I comment the attribute to hide the Upload tab on image dialog. I added the attribute action (for the Form tag) and made my own uploader jsp file but when the upload is finished I try to do the same that CKFinder, change the tab to info and put the url of the image on the input. CKFinder use:
window.parent.CKEDITOR.tools.callFunction(2, 'URL_OF_THE_IMAGE', 'SOME_TEXT_ABOUT_CORRECT_UPLOAD');
Re: Problem with callFunction to change tab on image dialog
instead of: