Index: lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -61,26 +61,31 @@ + + + + + + Fisheye: Tag 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d 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 =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_eadventure/web/WEB-INF/tags/TextSearch.tag =================================================================== diff -u --- lams_tool_eadventure/web/WEB-INF/tags/TextSearch.tag (revision 0) +++ lams_tool_eadventure/web/WEB-INF/tags/TextSearch.tag (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d 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 =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 tag Help 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.LearnerFlashEnabledTag empty - - Converts role name into form usable as message eadventure key - role - true - - true - - - @@ -289,11 +300,6 @@ true - index - false - true - - indexed false true @@ -436,8 +442,8 @@ /WEB-INF/tags/TabName.tag - FCKEditor - /WEB-INF/tags/FCKEditor.tag + CKEditor + /WEB-INF/tags/CKEditor.tag AuthoringButton @@ -466,6 +472,10 @@ ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag + + + TextSearch + /WEB-INF/tags/TextSearch.tag textarea @@ -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/WEB-INF/web.xml =================================================================== diff -u -r6ea6b66ee54c1f8523ca68af071fcf82caeb5e98 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/WEB-INF/web.xml (.../web.xml) (revision 6ea6b66ee54c1f8523ca68af071fcf82caeb5e98) +++ lams_tool_eadventure/web/WEB-INF/web.xml (.../web.xml) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -222,13 +222,6 @@ /WEB-INF/tlds/jstl/x.tld - - - - fck-editor - /WEB-INF/tlds/fckeditor/FCKeditor.tld - - Index: lams_tool_eadventure/web/common/taglibs.jsp =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/common/taglibs.jsp (.../taglibs.jsp) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/common/taglibs.jsp (.../taglibs.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -135,7 +135,7 @@ } - + Index: lams_tool_eadventure/web/pages/authoring/basic.jsp =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -103,9 +103,9 @@
- + contentFolderID="${formBean.contentFolderID}"> Index: lams_tool_eadventure/web/pages/authoring/definelater.jsp =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/pages/authoring/definelater.jsp (.../definelater.jsp) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/pages/authoring/definelater.jsp (.../definelater.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -38,7 +38,7 @@ - + Index: lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp =================================================================== diff -u -r7322054ababd8f5387c3424cdd38d99c3ab49e02 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 7322054ababd8f5387c3424cdd38d99c3ab49e02) +++ lams_tool_eadventure/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 @@

- - + toolbarSet="CustomPedplanner" height="150px" + width="${param.plannerCKEditorLongWidth}" displayExpanded="false"> +

Index: lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r7f68f72a3d80b8e24ba596d34ccea104ca285d05 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 7f68f72a3d80b8e24ba596d34ccea104ca285d05) +++ lams_tool_imscc/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -61,6 +61,9 @@ + + + +
+ + Fisheye: Tag 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d 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 =================================================================== diff -u -r7f68f72a3d80b8e24ba596d34ccea104ca285d05 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 7f68f72a3d80b8e24ba596d34ccea104ca285d05) +++ lams_tool_imscc/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 =================================================================== diff -u -r7f68f72a3d80b8e24ba596d34ccea104ca285d05 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 7f68f72a3d80b8e24ba596d34ccea104ca285d05) +++ lams_tool_imscc/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_imscc/web/WEB-INF/tags/TextSearch.tag =================================================================== diff -u --- lams_tool_imscc/web/WEB-INF/tags/TextSearch.tag (revision 0) +++ lams_tool_imscc/web/WEB-INF/tags/TextSearch.tag (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 =================================================================== diff -u -r7f68f72a3d80b8e24ba596d34ccea104ca285d05 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 7f68f72a3d80b8e24ba596d34ccea104ca285d05) +++ lams_tool_imscc/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d 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 =================================================================== diff -u -r64fd19c36a4db371b67b8dcf58c44014c9c54250 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 64fd19c36a4db371b67b8dcf58c44014c9c54250) +++ lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 tag Help 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.LearnerFlashEnabledTag empty - - Converts role name into form usable as message commonCartridge key - role - true - - true - - - @@ -289,11 +300,6 @@ true - index - false - true - - indexed false true @@ -436,8 +442,8 @@ /WEB-INF/tags/TabName.tag - FCKEditor - /WEB-INF/tags/FCKEditor.tag + CKEditor + /WEB-INF/tags/CKEditor.tag AuthoringButton @@ -466,6 +472,10 @@ ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag + + + TextSearch + /WEB-INF/tags/TextSearch.tag textarea @@ -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_imscc/web/WEB-INF/web.xml =================================================================== diff -u -r3469ac37f4f0094274d92c25b84886995305d3df -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/WEB-INF/web.xml (.../web.xml) (revision 3469ac37f4f0094274d92c25b84886995305d3df) +++ lams_tool_imscc/web/WEB-INF/web.xml (.../web.xml) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -210,13 +210,6 @@ /WEB-INF/tlds/jstl/x.tld - - - - fck-editor - /WEB-INF/tlds/fckeditor/FCKeditor.tld - - Fisheye: Tag 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d 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 =================================================================== diff -u -r7f68f72a3d80b8e24ba596d34ccea104ca285d05 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/common/taglibs.jsp (.../taglibs.jsp) (revision 7f68f72a3d80b8e24ba596d34ccea104ca285d05) +++ lams_tool_imscc/web/common/taglibs.jsp (.../taglibs.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 =================================================================== diff -u -rf2b535f5f5e5134c69b47e2f813e05009afdbe4d -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision f2b535f5f5e5134c69b47e2f813e05009afdbe4d) +++ lams_tool_imscc/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -10,7 +10,6 @@ <fmt:message key="label.author.title" /> <%@ include file="/common/tabbedheader.jsp"%> - <%@ include file="/common/fckeditorheader.jsp"%> @@ -87,7 +86,7 @@ } - + Index: lams_tool_imscc/web/pages/authoring/basic.jsp =================================================================== diff -u -r4dba5dfd3c1a3802a3354b772a8449378d1dc3b5 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 4dba5dfd3c1a3802a3354b772a8449378d1dc3b5) +++ lams_tool_imscc/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -80,9 +80,9 @@
- + contentFolderID="${formBean.contentFolderID}"> Index: lams_tool_imscc/web/pages/authoring/definelater.jsp =================================================================== diff -u -rf2b535f5f5e5134c69b47e2f813e05009afdbe4d -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/pages/authoring/definelater.jsp (.../definelater.jsp) (revision f2b535f5f5e5134c69b47e2f813e05009afdbe4d) +++ lams_tool_imscc/web/pages/authoring/definelater.jsp (.../definelater.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -15,7 +15,6 @@ <fmt:message key="label.author.title" /> <%@ include file="/common/tabbedheader.jsp"%> - <%@ include file="/common/fckeditorheader.jsp"%> - + Index: lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp =================================================================== diff -u -r7f68f72a3d80b8e24ba596d34ccea104ca285d05 -r2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d --- lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 7f68f72a3d80b8e24ba596d34ccea104ca285d05) +++ lams_tool_imscc/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 2373c8f900d13fe819e24ad5ba34a30cbdc1fd8d) @@ -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 @@

- - + toolbarSet="CustomPedplanner" height="150px" + width="${param.plannerCKEditorLongWidth}" displayExpanded="false"> +