Hi,
i create plugin that insert a div element with contenteditable="false" params. My problem is, i can't write anything after inserted div, i can't move caret under this div. How can i solve this problem?
My ckeditor version is 3.6.2
Hi,
i create plugin that insert a div element with contenteditable="false" params. My problem is, i can't write anything after inserted div, i can't move caret under this div. How can i solve this problem?
My ckeditor version is 3.6.2
First of all, writing plugins
First of all, writing plugins for old CKEditor versions is never a recommended path. You are using a version which was published in 2011 and lots of issues have been fixed since that time, not to mention the fact that we have moved to CKEditor v4 in the meantime. I don't know whether upgrading might fix this particular issue, but it's always worth trying before you lose time on finding a solution to something that is no longer a problem.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!