Opened 9 years ago
Closed 9 years ago
#14419 closed Bug (invalid)
How can I skip already loaded ckeditor.js and create a new editor instance by loading newer version of ckEditor.js?
Reported by: | Rohit Kumar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Create a plugin for webPages which uses ckeditor(latest version and office skin).
- Try using this plugin on a webPage (Some product on which I cannot modify the source code) which already has ckEditor.js (some older version probably with mono skin and different toolbar config)
Expected result
It should load the editor embed in the plugin
Actual result
Th loads the already available editor
Or anyone can please respond here :
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.7 |
The only solution I see here is having your CKEditor loading inside iframe.
There is no configuration or solution for loading two versions of ckeditor.js into a single page.