Hi,
We are using CKEditor 3.0.2 and we are facing two issues.
1. In chrome if we add any token then its always inserting in new line. Its not inserting wherever we positioned the cursor. We are using below code.
To fix this issue we upgraded to CKEditor 3.6.2 and implemented below code.
2. But with the new version. The tokens are missing during the edit. Please check below steps.
a. Create some text in CKEditor and insert few tokens.
b. Save it and it will be saved in DB in encoded format.
c. Now open above created text and you can see tokens inserted in step (a).
d. Add some more tokens and save it to DB.
e. Again open the text in CKEditor and now you can see only latest tokens. i.e. token added in step (d) only will appear and token in step (a) were missed.
We are using My Sql as DB.
We need solution to any one of these issues. Early response is appreciated. Also if needed we can arrange for we session.
Thanks
Pavan Attili
Buildium LLC.
We are using CKEditor 3.0.2 and we are facing two issues.
1. In chrome if we add any token then its always inserting in new line. Its not inserting wherever we positioned the cursor. We are using below code.
this._.editor.insertHtml('[[' + token + ']] ');To fix this issue we upgraded to CKEditor 3.6.2 and implemented below code.
this._.editor.insertHtml(' ');
var element = CKEDITOR.dom.element.createFromHtml('<span class="token">[[' + token + ']]</span> ');
this._.editor.insertElement(element);
this._.editor.insertHtml(' ');2. But with the new version. The tokens are missing during the edit. Please check below steps.
a. Create some text in CKEditor and insert few tokens.
b. Save it and it will be saved in DB in encoded format.
c. Now open above created text and you can see tokens inserted in step (a).
d. Add some more tokens and save it to DB.
e. Again open the text in CKEditor and now you can see only latest tokens. i.e. token added in step (d) only will appear and token in step (a) were missed.
We are using My Sql as DB.
We need solution to any one of these issues. Early response is appreciated. Also if needed we can arrange for we session.
Thanks
Pavan Attili
Buildium LLC.

Re: Saved tokens are missing in editing.
CKSource Closed Distribution License (CDL)
Developmenthttp://docs.cksource.com/CKEditor_3.x/H ... _Reporting
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!
Re: Saved tokens are missing in editing.
Re: Saved tokens are missing in editing.
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!