Hey CKEditor support forum,
I'm working on integrating CKEditor into my project, replacing TinyMCE. This project involves a text editor that edits one part of a document at a time. On the left side is the editor, on the right is the outline of the document. When a user selects a different part of the document, the page doesn't reload, but it injects the content for that part into the editor. On a page refresh, the page expects the editor to be looking at the first part.
The issue is when a user is looking at, say, the fifth element, and then does a page refresh. The editor retains the content for the fifth part, but the textarea is part of a form expecting the first part.
I came across this issue with TinyMCE as well, and they have a simple configuration option to turn this behavior off: :add_unload_trigger => false. Does CKEditor have a similar option?
Thanks in advance!
I'm working on integrating CKEditor into my project, replacing TinyMCE. This project involves a text editor that edits one part of a document at a time. On the left side is the editor, on the right is the outline of the document. When a user selects a different part of the document, the page doesn't reload, but it injects the content for that part into the editor. On a page refresh, the page expects the editor to be looking at the first part.
The issue is when a user is looking at, say, the fifth element, and then does a page refresh. The editor retains the content for the fifth part, but the textarea is part of a form expecting the first part.
I came across this issue with TinyMCE as well, and they have a simple configuration option to turn this behavior off: :add_unload_trigger => false. Does CKEditor have a similar option?
Thanks in advance!