I have a Java Server Faces 2 application where I am attempting to integrate CKEditor 4.2.1. I am including these scripts in the home xhtml file:
/ckeditor/ckeditor.js
/ckeditor/plugins/lite/lite_interface.js
/ckeditor/plugins/apell/spellerpages/spellChecker.js
I am attaching ckeditor to a textarea component by way of the class. The textarea component is added to the web page dynamically and then I set its class:
myTextArea.setStyleClass("ckeditor");
Upon load of the web page, the ckeditor is displayed but then I get a javascript error:
Unspecified error in ckeditor.js line 93
This error appears whenever I move the mouse over the web page.