Index: lams_tool_eadventure/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/web.xml,v
diff -u -r1.4 -r1.5
--- lams_tool_eadventure/web/WEB-INF/web.xml 12 Dec 2011 09:21:50 -0000 1.4
+++ lams_tool_eadventure/web/WEB-INF/web.xml 14 Dec 2011 07:13:11 -0000 1.5
@@ -222,13 +222,6 @@
/WEB-INF/tlds/jstl/x.tld
-
-
-
- fck-editor
- /WEB-INF/tlds/fckeditor/FCKeditor.tld
-
-
Index: lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag 11 Dec 2011 21:30:32 -0000 1.3
+++ lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag 14 Dec 2011 07:13:11 -0000 1.4
@@ -61,26 +61,31 @@
+
+
+
+
+
+
Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_tool_eadventure/web/WEB-INF/tags/FCKEditor.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_eadventure/web/WEB-INF/tags/Passon.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/tags/Attic/Passon.tag,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/WEB-INF/tags/Passon.tag 11 Dec 2011 21:30:33 -0000 1.3
+++ lams_tool_eadventure/web/WEB-INF/tags/Passon.tag 14 Dec 2011 07:13:10 -0000 1.4
@@ -83,4 +83,4 @@
pluginspage="http://www.macromedia.com/go/getflashplayer" />
-
+
\ No newline at end of file
Index: lams_tool_eadventure/web/WEB-INF/tags/TabName.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/tags/TabName.tag,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/WEB-INF/tags/TabName.tag 11 Dec 2011 21:30:33 -0000 1.3
+++ lams_tool_eadventure/web/WEB-INF/tags/TabName.tag 14 Dec 2011 07:13:10 -0000 1.4
@@ -50,11 +50,10 @@
-
-
+
-
+
-
+
\ No newline at end of file
Index: lams_tool_eadventure/web/WEB-INF/tags/TextSearch.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/tags/TextSearch.tag,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_eadventure/web/WEB-INF/tags/TextSearch.tag 14 Dec 2011 07:13:10 -0000 1.1
@@ -0,0 +1,136 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * TextSearch.tag
+ * Author: Marcin Cieslak
+ * Description: Displays form for creating text search conditions.
+ */
+
+ %>
+<%@ tag body-content="scriptless" %>
+<%@ taglib uri="tags-core" prefix="c" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+<%@ taglib uri="tags-html" prefix="html" %>
+<%@ taglib uri="tags-lams" prefix="lams" %>
+
+<%-- Required attributes --%>
+<%@ attribute name="sessionMapID" required="true" rtexprvalue="true" %>
+<%@ attribute name="wrapInFormTag" required="true" rtexprvalue="true" %>
+
+<%-- Optional attributes --%>
+<%@ attribute name="action" required="false" rtexprvalue="true" %>
+<%@ attribute name="formID" required="false" rtexprvalue="true" %>
+<%@ attribute name="headingLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="allWordsLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="phraseLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="anyWordsLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="excludedWordsLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="cancelAction" required="false" rtexprvalue="true" %>
+
+<%-- Default value for message key --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_tool_eadventure/web/WEB-INF/tlds/fckeditor/FCKeditor.tld'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_eadventure/web/WEB-INF/tlds/lams/lams.tld
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/tlds/lams/lams.tld,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/WEB-INF/tlds/lams/lams.tld 11 Dec 2011 21:30:33 -0000 1.3
+++ lams_tool_eadventure/web/WEB-INF/tlds/lams/lams.tld 14 Dec 2011 07:13:11 -0000 1.4
@@ -123,6 +123,26 @@
+ Converts role name into form usable as message resources key
+ Converts role name into form usable as message resources key
+
+
+ role
+ org.lamsfoundation.lams.web.tag.RoleTag
+ empty
+
+
+ Converts role name into form usable as message resources key
+ role
+ true
+
+ true
+
+
+
+
+
+
Help tagHelp tag
@@ -167,23 +187,14 @@
- Converts role name into form usable as message eadventure key
- Converts role name into form usable as message eadventure key
+ Checks whether Flash enabled for learner
+ Checks whether Flash enabled for learner
- role
- org.lamsfoundation.lams.web.tag.RoleTag
+ LearnerFlashEnabled
+ org.lamsfoundation.lams.web.tag.LearnerFlashEnabledTagempty
-
- Converts role name into form usable as message eadventure key
- role
- true
-
- true
-
-
-
@@ -289,11 +300,6 @@
true
- index
- false
- true
-
- indexedfalsetrue
@@ -436,8 +442,8 @@
/WEB-INF/tags/TabName.tag
- FCKEditor
- /WEB-INF/tags/FCKEditor.tag
+ CKEditor
+ /WEB-INF/tags/CKEditor.tagAuthoringButton
@@ -466,6 +472,10 @@
ImgButtonWrapper/WEB-INF/tags/ImgButtonWrapper.tag
+
+
+ TextSearch
+ /WEB-INF/tags/TextSearch.tagtextarea
@@ -497,15 +507,15 @@
true
-
- Checks whether Flash enabled for learner
- Checks whether Flash enabled for learner
-
-
- LearnerFlashEnabled
- org.lamsfoundation.lams.web.tag.LearnerFlashEnabledTag
- empty
-
+
+ Checks whether Flash enabled for learner
+ Checks whether Flash enabled for learner
+
+
+ LearnerFlashEnabled
+ org.lamsfoundation.lams.web.tag.LearnerFlashEnabledTag
+ empty
+ head/WEB-INF/tags/Head.tag
Index: lams_tool_eadventure/web/common/taglibs.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/common/taglibs.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/common/taglibs.jsp 11 Dec 2011 21:30:36 -0000 1.3
+++ lams_tool_eadventure/web/common/taglibs.jsp 14 Dec 2011 07:13:11 -0000 1.4
@@ -8,5 +8,4 @@
<%@ taglib uri="tags-fmt" prefix="fmt" %>
<%@ taglib uri="tags-xml" prefix="x" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-<%@ taglib uri="fck-editor" prefix="FCK"%>
Index: lams_tool_eadventure/web/pages/authoring/authoring.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/authoring/authoring.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/pages/authoring/authoring.jsp 11 Dec 2011 21:30:38 -0000 1.3
+++ lams_tool_eadventure/web/pages/authoring/authoring.jsp 14 Dec 2011 07:13:11 -0000 1.4
@@ -135,7 +135,7 @@
}
-
+
Index: lams_tool_eadventure/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/authoring/basic.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/pages/authoring/basic.jsp 11 Dec 2011 21:30:38 -0000 1.3
+++ lams_tool_eadventure/web/pages/authoring/basic.jsp 14 Dec 2011 07:13:11 -0000 1.4
@@ -103,9 +103,9 @@
-
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_eadventure/web/pages/authoring/definelater.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/authoring/definelater.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/pages/authoring/definelater.jsp 11 Dec 2011 21:30:38 -0000 1.3
+++ lams_tool_eadventure/web/pages/authoring/definelater.jsp 14 Dec 2011 07:13:11 -0000 1.4
@@ -38,7 +38,7 @@
-
+
Index: lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp 11 Dec 2011 21:30:38 -0000 1.3
+++ lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp 14 Dec 2011 07:13:11 -0000 1.4
@@ -59,9 +59,9 @@
}
function prepareFormData(){
- //FCKeditor content is not submitted when sending by jQuery; we need to do this
- var content = FCKeditorAPI.GetInstance('instructions').GetXHTML();
- document.getElementById("instructions").value=content;
+ //CKeditor content is not submitted when sending by jQuery; we need to do this
+ var instructions = CKEDITOR.instances.instructions.getData();
+ document.getElementById("instructions").value=instructions;
}
function clearEntry(entryIndex){
@@ -80,12 +80,12 @@
Index: lams_tool_imscc/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/web.xml,v
diff -u -r1.2 -r1.3
--- lams_tool_imscc/web/WEB-INF/web.xml 10 Dec 2011 20:51:05 -0000 1.2
+++ lams_tool_imscc/web/WEB-INF/web.xml 14 Dec 2011 07:13:04 -0000 1.3
@@ -210,13 +210,6 @@
/WEB-INF/tlds/jstl/x.tld
-
-
-
- fck-editor
- /WEB-INF/tlds/fckeditor/FCKeditor.tld
-
-
Index: lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag 28 May 2011 18:03:35 -0000 1.1
+++ lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag 14 Dec 2011 07:13:04 -0000 1.2
@@ -61,6 +61,9 @@
+
+
+
+
+
+
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_imscc/web/WEB-INF/tags/FCKEditor.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_imscc/web/WEB-INF/tags/Passon.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/Attic/Passon.tag,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/WEB-INF/tags/Passon.tag 28 May 2011 18:03:35 -0000 1.1
+++ lams_tool_imscc/web/WEB-INF/tags/Passon.tag 14 Dec 2011 07:13:04 -0000 1.2
@@ -83,4 +83,4 @@
pluginspage="http://www.macromedia.com/go/getflashplayer" />
-
+
\ No newline at end of file
Index: lams_tool_imscc/web/WEB-INF/tags/TabName.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/TabName.tag,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/WEB-INF/tags/TabName.tag 28 May 2011 18:03:35 -0000 1.1
+++ lams_tool_imscc/web/WEB-INF/tags/TabName.tag 14 Dec 2011 07:13:04 -0000 1.2
@@ -50,11 +50,10 @@
-
-
+
-
+
-
+
\ No newline at end of file
Index: lams_tool_imscc/web/WEB-INF/tags/TextSearch.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/TextSearch.tag,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_imscc/web/WEB-INF/tags/TextSearch.tag 14 Dec 2011 07:13:04 -0000 1.1
@@ -0,0 +1,136 @@
+<%
+/****************************************************************
+ * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+ * =============================================================
+ * License Information: http://lamsfoundation.org/licensing/lams/2.0/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2.0
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+ /**
+ * TextSearch.tag
+ * Author: Marcin Cieslak
+ * Description: Displays form for creating text search conditions.
+ */
+
+ %>
+<%@ tag body-content="scriptless" %>
+<%@ taglib uri="tags-core" prefix="c" %>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+<%@ taglib uri="tags-html" prefix="html" %>
+<%@ taglib uri="tags-lams" prefix="lams" %>
+
+<%-- Required attributes --%>
+<%@ attribute name="sessionMapID" required="true" rtexprvalue="true" %>
+<%@ attribute name="wrapInFormTag" required="true" rtexprvalue="true" %>
+
+<%-- Optional attributes --%>
+<%@ attribute name="action" required="false" rtexprvalue="true" %>
+<%@ attribute name="formID" required="false" rtexprvalue="true" %>
+<%@ attribute name="headingLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="allWordsLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="phraseLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="anyWordsLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="excludedWordsLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %>
+<%@ attribute name="cancelAction" required="false" rtexprvalue="true" %>
+
+<%-- Default value for message key --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_imscc/web/WEB-INF/tags/headItems.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/headItems.tag,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/WEB-INF/tags/headItems.tag 28 May 2011 18:03:35 -0000 1.1
+++ lams_tool_imscc/web/WEB-INF/tags/headItems.tag 14 Dec 2011 07:13:04 -0000 1.2
@@ -27,8 +27,7 @@
* Description: Includes all the standard head items e.g. the
* lams css files, sets the content type, standard javascript files.
*/
-
- %>
+%>
<%@ tag body-content="empty"%>
<%@ taglib uri="tags-core" prefix="c"%>
@@ -44,9 +43,5 @@
-
-
-
-
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_imscc/web/WEB-INF/tlds/fckeditor/FCKeditor.tld'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld,v
diff -u -r1.2 -r1.3
--- lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld 2 Jul 2011 19:31:23 -0000 1.2
+++ lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld 14 Dec 2011 07:13:05 -0000 1.3
@@ -123,6 +123,26 @@
+ Converts role name into form usable as message resources key
+ Converts role name into form usable as message resources key
+
+
+ role
+ org.lamsfoundation.lams.web.tag.RoleTag
+ empty
+
+
+ Converts role name into form usable as message resources key
+ role
+ true
+
+ true
+
+
+
+
+
+
Help tagHelp tag
@@ -167,23 +187,14 @@
- Converts role name into form usable as message commonCartridge key
- Converts role name into form usable as message commonCartridge key
+ Checks whether Flash enabled for learner
+ Checks whether Flash enabled for learner
- role
- org.lamsfoundation.lams.web.tag.RoleTag
+ LearnerFlashEnabled
+ org.lamsfoundation.lams.web.tag.LearnerFlashEnabledTagempty
-
- Converts role name into form usable as message commonCartridge key
- role
- true
-
- true
-
-
-
@@ -289,11 +300,6 @@
true
- index
- false
- true
-
- indexedfalsetrue
@@ -436,8 +442,8 @@
/WEB-INF/tags/TabName.tag
- FCKEditor
- /WEB-INF/tags/FCKEditor.tag
+ CKEditor
+ /WEB-INF/tags/CKEditor.tagAuthoringButton
@@ -466,6 +472,10 @@
ImgButtonWrapper/WEB-INF/tags/ImgButtonWrapper.tag
+
+
+ TextSearch
+ /WEB-INF/tags/TextSearch.tagtextarea
@@ -497,15 +507,15 @@
true
-
- Checks whether Flash enabled for learner
- Checks whether Flash enabled for learner
-
-
- LearnerFlashEnabled
- org.lamsfoundation.lams.web.tag.LearnerFlashEnabledTag
- empty
-
+
+ Checks whether Flash enabled for learner
+ Checks whether Flash enabled for learner
+
+
+ LearnerFlashEnabled
+ org.lamsfoundation.lams.web.tag.LearnerFlashEnabledTag
+ empty
+ head/WEB-INF/tags/Head.tag
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_imscc/web/common/fckeditorheader.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_imscc/web/common/taglibs.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/common/taglibs.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/common/taglibs.jsp 28 May 2011 18:03:44 -0000 1.1
+++ lams_tool_imscc/web/common/taglibs.jsp 14 Dec 2011 07:13:05 -0000 1.2
@@ -8,5 +8,4 @@
<%@ taglib uri="tags-fmt" prefix="fmt" %>
<%@ taglib uri="tags-xml" prefix="x" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-<%@ taglib uri="fck-editor" prefix="FCK"%>
Index: lams_tool_imscc/web/pages/authoring/authoring.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/authoring/authoring.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_imscc/web/pages/authoring/authoring.jsp 7 Jun 2011 20:58:39 -0000 1.2
+++ lams_tool_imscc/web/pages/authoring/authoring.jsp 14 Dec 2011 07:13:04 -0000 1.3
@@ -10,7 +10,6 @@
<%@ include file="/common/tabbedheader.jsp"%>
- <%@ include file="/common/fckeditorheader.jsp"%>
@@ -87,7 +86,7 @@
}
-
+
Index: lams_tool_imscc/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/authoring/basic.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_imscc/web/pages/authoring/basic.jsp 8 Jun 2011 12:31:16 -0000 1.3
+++ lams_tool_imscc/web/pages/authoring/basic.jsp 14 Dec 2011 07:13:04 -0000 1.4
@@ -80,9 +80,9 @@
-
+ contentFolderID="${formBean.contentFolderID}">
Index: lams_tool_imscc/web/pages/authoring/definelater.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/authoring/definelater.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_imscc/web/pages/authoring/definelater.jsp 7 Jun 2011 20:58:39 -0000 1.2
+++ lams_tool_imscc/web/pages/authoring/definelater.jsp 14 Dec 2011 07:13:04 -0000 1.3
@@ -15,7 +15,6 @@
<%@ include file="/common/tabbedheader.jsp"%>
- <%@ include file="/common/fckeditorheader.jsp"%>
-
+
Index: lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp 28 May 2011 18:03:42 -0000 1.1
+++ lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp 14 Dec 2011 07:13:04 -0000 1.2
@@ -59,9 +59,9 @@
}
function prepareFormData(){
- //FCKeditor content is not submitted when sending by jQuery; we need to do this
- var content = FCKeditorAPI.GetInstance('instructions').GetXHTML();
- document.getElementById("instructions").value=content;
+ //CKeditor content is not submitted when sending by jQuery; we need to do this
+ var instructions = CKEDITOR.instances.instructions.getData();
+ document.getElementById("instructions").value=instructions;
}
function clearEntry(entryIndex){
@@ -80,12 +80,12 @@