Hello All,
A editor was developed in FCKEditor 2.6 with some custom plugin added
Now when i need to upgrade to CKEdtor 3.2.2 i faced some problem regarding the change of functions/events/coding style
in CKEditor compare to FCK Editor
These are follows
What is the changed code in CKEditor for the following FCK editor codes
1.In Fckeditor it was "FCK.EditorDocument.body.createTextRange().htmlText"
2.In Fckeditor it was "FCK.EditorWindow.parent.window.parent.document"
3.In Fckeditor it was "FCK.EditorDocument.attachEvent( 'onkeypress', myEditor.captureValue )"[myEditor.captureValue is a function written in the .Js file as the custom plugin]
Thanks In advance
Thanks
Sourav
A editor was developed in FCKEditor 2.6 with some custom plugin added
Now when i need to upgrade to CKEdtor 3.2.2 i faced some problem regarding the change of functions/events/coding style
in CKEditor compare to FCK Editor
These are follows
What is the changed code in CKEditor for the following FCK editor codes
1.In Fckeditor it was "FCK.EditorDocument.body.createTextRange().htmlText"
2.In Fckeditor it was "FCK.EditorWindow.parent.window.parent.document"
3.In Fckeditor it was "FCK.EditorDocument.attachEvent( 'onkeypress', myEditor.captureValue )"[myEditor.captureValue is a function written in the .Js file as the custom plugin]
Thanks In advance
Thanks
Sourav