+
+
+
@@ -46,8 +60,7 @@
-
+
<%@ include file="/pages/authoring/parts/imagefile.jsp"%>
Index: lams_tool_laqa/web/authoring/editQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/editQuestionBox.jsp,v
diff -u -r1.13 -r1.13.2.1
--- lams_tool_laqa/web/authoring/editQuestionBox.jsp 3 Jun 2014 16:22:21 -0000 1.13
+++ lams_tool_laqa/web/authoring/editQuestionBox.jsp 3 Sep 2014 12:52:09 -0000 1.13.2.1
@@ -6,6 +6,7 @@
<%@ include file="/common/header.jsp"%>
+
@@ -39,7 +50,7 @@
+ contentFolderID="${qaGeneralAuthoringDTO.contentFolderID}" width="99%">
Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v
diff -u -r1.25 -r1.25.2.1
--- lams_tool_laqa/web/authoring/newQuestionBox.jsp 5 Jul 2014 19:32:54 -0000 1.25
+++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 3 Sep 2014 12:52:09 -0000 1.25.2.1
@@ -20,6 +20,16 @@
document.QaAuthoringForm.submit();
}
+ $(function() {
+ //change size of an iframe on ckeditor's autogrow
+ CKEDITOR.instances.newQuestion.on("instanceReady", function(e) {
+ e.editor.on('resize',function(reEvent){
+ var iframe = window.parent.document.getElementById("messageArea");
+ iframe.style.height=eval(iframe.contentWindow.document.body.scrollHeight)+'px';
+ });
+ });
+ });
+
@@ -176,7 +186,7 @@
+ contentFolderID="${qaGeneralAuthoringDTO.contentFolderID}" width="99%">
-
-
Index: lams_tool_scribe/web/pages/authoring/headingForm.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/headingForm.jsp,v
diff -u -r1.7 -r1.7.2.1
--- lams_tool_scribe/web/pages/authoring/headingForm.jsp 15 Aug 2013 20:20:33 -0000 1.7
+++ lams_tool_scribe/web/pages/authoring/headingForm.jsp 3 Sep 2014 12:52:11 -0000 1.7.2.1
@@ -1,6 +1,17 @@
<%@ include file="/common/taglibs.jsp"%>
+
+
+
-
-
-
-
-
Index: lams_tool_survey/web/pages/authoring/parts/addopenquestion.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_survey/web/pages/authoring/parts/addopenquestion.jsp,v
diff -u -r1.11 -r1.11.2.1
--- lams_tool_survey/web/pages/authoring/parts/addopenquestion.jsp 4 Jan 2012 17:19:38 -0000 1.11
+++ lams_tool_survey/web/pages/authoring/parts/addopenquestion.jsp 3 Sep 2014 12:52:10 -0000 1.11.2.1
@@ -15,18 +15,30 @@
var addInstructionUrl = "";
+
+
+
+
<%@ include file="/common/messages.jsp"%>
-
-
+
+
Index: lams_tool_task/web/pages/authoring/parts/addtask.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/authoring/parts/addtask.jsp,v
diff -u -r1.11 -r1.11.2.1
--- lams_tool_task/web/pages/authoring/parts/addtask.jsp 7 Apr 2014 00:45:16 -0000 1.11
+++ lams_tool_task/web/pages/authoring/parts/addtask.jsp 3 Sep 2014 12:52:14 -0000 1.11.2.1
@@ -1,8 +1,8 @@
-
+
<%@ include file="/common/taglibs.jsp"%>
-
+
Index: lams_tool_vote/web/authoring/editNominationBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/editNominationBox.jsp,v
diff -u -r1.14 -r1.14.2.1
--- lams_tool_vote/web/authoring/editNominationBox.jsp 26 May 2014 22:44:38 -0000 1.14
+++ lams_tool_vote/web/authoring/editNominationBox.jsp 3 Sep 2014 12:52:13 -0000 1.14.2.1
@@ -3,13 +3,23 @@
<%@ include file="/common/header.jsp"%>
+
+
-
+
@@ -19,7 +29,6 @@
-
@@ -30,7 +39,6 @@
contentFolderID="${voteGeneralAuthoringDTO.contentFolderID}"
resizeParentFrameName="messageArea">
-
-
Index: lams_tool_vote/web/authoring/newNominationBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/newNominationBox.jsp,v
diff -u -r1.17 -r1.17.2.1
--- lams_tool_vote/web/authoring/newNominationBox.jsp 26 May 2014 22:44:38 -0000 1.17
+++ lams_tool_vote/web/authoring/newNominationBox.jsp 3 Sep 2014 12:52:13 -0000 1.17.2.1
@@ -1,11 +1,22 @@
-
+
<%@ include file="/common/taglibs.jsp"%>
<%@ include file="/common/header.jsp"%>
+
+
Index: lams_tool_vote/web/common/header.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/common/header.jsp,v
diff -u -r1.5 -r1.5.2.1
--- lams_tool_vote/web/common/header.jsp 28 Jul 2009 14:20:09 -0000 1.5
+++ lams_tool_vote/web/common/header.jsp 3 Sep 2014 12:52:13 -0000 1.5.2.1
@@ -19,7 +19,7 @@
-
+
Index: lams_tool_vote/web/monitoring/VoteNominationViewer.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/VoteNominationViewer.jsp,v
diff -u -r1.15 -r1.15.2.1
--- lams_tool_vote/web/monitoring/VoteNominationViewer.jsp 3 Apr 2014 18:27:45 -0000 1.15
+++ lams_tool_vote/web/monitoring/VoteNominationViewer.jsp 3 Sep 2014 12:52:13 -0000 1.15.2.1
@@ -8,7 +8,6 @@
<%@ include file="/common/header.jsp"%>
-