Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v
diff -u -r1.16 -r1.17
--- lams_tool_laqa/web/authoring/newQuestionBox.jsp 10 Jun 2010 00:44:52 -0000 1.16
+++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 6 Oct 2010 10:17:04 -0000 1.17
@@ -110,7 +110,7 @@
if (aMenu.selectedIndex > 0) {
var obj = document.getElementById("newQuestion");
obj.value += aMenu.options[aMenu.selectedIndex].text;
- var oEditor = FCKeditorAPI.GetInstance("newQuestion");
+ var oEditor = CKEDITOR.instances["newQuestion"];
oEditor.InsertHtml(aMenu.options[aMenu.selectedIndex].text);
}
}
@@ -192,9 +192,9 @@