Hi,
I have CKeditor 3.6.4 and I used the following code:
Everything works fine except {filebrowserImageBrowseUrl:'/df/dd.php'}
When I use the ckeditor config.js and supply it with the follwoing code it works fine:
I want the file browser initialize to work from jquery?! Does it a bug? or there is something missing?!
I have CKeditor 3.6.4 and I used the following code:
$("textarea").ckeditor(function(){extraPlugins : 'stylesheetparser'},{contentsCss : ['css/foundation.css','css/app.css','css/editor.css']},{stylesSet : []},{filebrowserImageBrowseUrl:'/df/dd.php'},{bodyClass: 'panel'});
Everything works fine except {filebrowserImageBrowseUrl:'/df/dd.php'}
When I use the ckeditor config.js and supply it with the follwoing code it works fine:
config.filebrowserBrowseUrl = '/browser/browse.php';
I want the file browser initialize to work from jquery?! Does it a bug? or there is something missing?!
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
I'm using CKEditor 3.6.4 (same bug in 3.6.3) and Google Chrome v.20
Any suggestion?
Thanks.
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
it should called by Jquery Like the following:
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
Works fine on Firefox, but doesn't work in Chrome 20.
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
I'd like to confirm that configuration items should be written as propery: value as I stated in my previous post.
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
You are welcome!
Re: CKeditor 3.6.4 does not load filebrowser using Jquery!
Hello,
I am using Firefox and it does not work for me. Can you please tell me if you have encountered the same problem? Perhaps the reason is I am using an older version of it? I could use Internet Explorer, but I would rather stay with Firefox. Many thanks for your help.