Opened 9 years ago
Closed 9 years ago
#13766 closed Bug (invalid)
CKEditor- Shared space - Issue with other plugins
Reported by: | Ravisankar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.3 |
Keywords: | Cc: | raviachu000@… |
Description
Hi,
I have created CKEditor instances using shared space plugin. The page will be having multiple editors which are added dynamically from a template XML. The requirement is to have multiple editors on same page on different locations but all should be modified using same toolbar located on top of the page.
Issue
Some Plugins like Find, Replace, Select All etc. are only working on the current active editor only. I need to make this work on all the editors. eg. If I am finding with one text, that should search in one editor instance after that to the next one. User should not feel that he is searching in different editors. Now I need to manually click on other editor to search in other editor.
Is this possible?
Change History (2)
comment:1 Changed 9 years ago by
Cc: | raviachu000@… added |
---|
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
It is not possible. Although there is one toolbar for all editor instances, it only works with active instance (there can be one at the given moment).