Opened 8 years ago

Closed 8 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

  1. Create a plugin for webPages which uses ckeditor(latest version and office skin).
  1. 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 :

http://stackoverflow.com/questions/35533417/how-can-i-skip-already-loaded-ckeditor-js-and-create-a-new-editor-instance-by-lo?noredirect=1#comment58756853_35533417

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy