Hello,
I am using inline ckeditor in my document on multiple div elements using CKEDITOR.inlineAll();This creates instance for all div elements in document having contenteditable=true. I want to use file browser plugin option of ckeditor for uploading images. How I do add config options for file browser using ckeditor config file or is there any other way to do ?
Thanks in advance.