M
M
Maxim2015-12-15 12:14:40
JavaScript
Maxim, 2015-12-15 12:14:40

Does CKEditor have switching between different editor instances?

The idea is this:
There are several instances of ckeditor (or any other WYSIWYG editor) on the page and I want to have control between them like in a regular contenteditable DIV, for example:
editor1 ---- layout-layout ---- editor2, I want it if you hold backspace in editor2, he deleted everything and moved the cursor to editor1 and started deleting there, and so on.
Ideally: have <p>your own ckedior instance for each paragraph ( ), but edit the text as if it were all 1 editor.
So far I see this way: write handlers for each action of the enter, del, backspace, up, down, left, right buttons and run around the instances, routinely, for a long time, but possible.
Here the problem is different: when we insert the text typed into the Word, we need to break the same paragraphs into instances ...
Has anyone come across a similar one?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question