Hi,
I want to integrate ckeditor 3 in a content management system. To create a consistent user experience, I want ckeditor to use the file browser that the rest of the cms uses. The problem is, that this custom file browser is not supposed to load in a popup but in an overlay in the same document. So basically, I don't want to open a popup with a specific url if the user clicks the browse-button, but I want to call an existing javascript function that displays this overlay.
I couldn't find any information in the documentation on how to achive this behavior. So I guess I have to implement a new filebrowser-plugin for the ckeditor or change the existing one? Or is there an easier approach?
Thanks,
Simon
I want to integrate ckeditor 3 in a content management system. To create a consistent user experience, I want ckeditor to use the file browser that the rest of the cms uses. The problem is, that this custom file browser is not supposed to load in a popup but in an overlay in the same document. So basically, I don't want to open a popup with a specific url if the user clicks the browse-button, but I want to call an existing javascript function that displays this overlay.
I couldn't find any information in the documentation on how to achive this behavior. So I guess I have to implement a new filebrowser-plugin for the ckeditor or change the existing one? Or is there an easier approach?
Thanks,
Simon
