I'm creating a file browser and have the following html that is generated from my upload page:
<a href="#" onclick="window.parent.CKEDITOR.tools.callFunction("1", 'back_content.png','');">back_content.png</a><br /> <a href="#" onclick="window.parent.CKEDITOR.tools.callFunction("1", 'back_featured.png','');">back_featured.png</a><br /> <a href="#" onclick="window.parent.CKEDITOR.tools.callFunction("1", 'back_slideshow.png','');">back_slideshow.png</a><br /> <a href="#" onclick="window.parent.CKEDITOR.tools.callFunction("1", 'back_wrapcontent.png','');">back_wrapcontent.png</a><br /> <script type='text/javascript'>window.parent.CKEDITOR.tools.callFunction(1, '/', '');</script>window.parent.CKEDITOR.tools.callFunction(1, '/', '');</script>
The calls to CKEditor seem to not work .