Hi all,
I am using filebrowserUploadUrl : 'myuploadscript.asp' to define the script that handles file uploads, the script works fine and the file is uploaded without issue if it is an image file.
Once the upload is complete I try to use the window.parent.CKEDITOR.tools.callFunction method to place the uploaded image in the url box and switch the tab to the image info tab and I also put up a message saying if the image upload was successful or not.
It looks something like this;
<script type='text/javascript'>
window.parent.CKEDITOR.tools.callFunction(2, 'Imageurl', 'Uploaded successfully')
</script>
Works fine in firefox but on all version of IE I get;
Invalid argument, ckeditor.js, line 17 chara 1988 which appears to be somewhere around;
setStyle:function(i,j){this.$.style[e.cssStyleToDomStyle(i)]=j
Anyone have anyideas...?
Thanks
Rolf
I am using filebrowserUploadUrl : 'myuploadscript.asp' to define the script that handles file uploads, the script works fine and the file is uploaded without issue if it is an image file.
Once the upload is complete I try to use the window.parent.CKEDITOR.tools.callFunction method to place the uploaded image in the url box and switch the tab to the image info tab and I also put up a message saying if the image upload was successful or not.
It looks something like this;
<script type='text/javascript'>
window.parent.CKEDITOR.tools.callFunction(2, 'Imageurl', 'Uploaded successfully')
</script>
Works fine in firefox but on all version of IE I get;
Invalid argument, ckeditor.js, line 17 chara 1988 which appears to be somewhere around;
setStyle:function(i,j){this.$.style[e.cssStyleToDomStyle(i)]=j
Anyone have anyideas...?
Thanks
Rolf