Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/AdvancedAccordian.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/Alert.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/Arrow.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag,v
diff -u -r1.16 -r1.16.2.1
--- lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag 23 Jul 2013 17:54:14 -0000 1.16
+++ lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag 30 May 2016 11:46:05 -0000 1.16.2.1
@@ -122,12 +122,12 @@
window.close();
}
-
-
-
-
-
+
+
-
+
+
+
+
\ No newline at end of file
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/AuthoringRatingCriteria.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_monitoring/web/WEB-INF/tags/CKEditor.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/CKEditor.tag,v
diff -u -r1.14.2.1 -r1.14.2.2
--- lams_monitoring/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:47 -0000 1.14.2.1
+++ lams_monitoring/web/WEB-INF/tags/CKEditor.tag 30 May 2016 11:46:06 -0000 1.14.2.2
@@ -10,7 +10,12 @@
<%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%>
<%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%>
<%@ attribute name="resizeParentFrameName" required="false" rtexprvalue="true"%>
+<%@ attribute name="method" required="false" rtexprvalue="true"%>
+
+
+
+
@@ -19,6 +24,10 @@
+
+ ${toolbarSet}Inline
+
+
@@ -33,10 +42,10 @@
-
+
- ckeditor/
+ /lams/ckeditor/
@@ -59,10 +68,9 @@
var editor = CKEDITOR.instances["${id}"];
if (editor) { editor.destroy(true); }
- var instance = CKEDITOR.replace( "${id}", {
+ var instance = CKEDITOR.${method}( "${id}", {
width : "${width}",
height : "${height}",
- autoGrow_minHeight : "${height}".replace("px", ""),
toolbar : "${toolbarSet}",
language : "${language}",
defaultLangugage : "en",
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/Comments.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/CommentsAuthor.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_monitoring/web/WEB-INF/tags/DefineLater.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/DefineLater.tag,v
diff -u -r1.3 -r1.3.18.1
--- lams_monitoring/web/WEB-INF/tags/DefineLater.tag 27 Oct 2006 02:39:33 -0000 1.3
+++ lams_monitoring/web/WEB-INF/tags/DefineLater.tag 30 May 2016 11:46:05 -0000 1.3.18.1
@@ -1,6 +1,6 @@
<%
- /****************************************************************
+ /****************************************************************
* Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
* =============================================================
* License Information: http://lamsfoundation.org/licensing/lams/2.0/
@@ -49,10 +49,18 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/Page.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/Rating.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/RestrictedUsageAccordian.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/TSTable.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_monitoring/web/WEB-INF/tags/Tab.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/Tab.tag,v
diff -u -r1.7 -r1.7.2.1
--- lams_monitoring/web/WEB-INF/tags/Tab.tag 1 Dec 2011 13:41:58 -0000 1.7
+++ lams_monitoring/web/WEB-INF/tags/Tab.tag 30 May 2016 11:46:05 -0000 1.7.2.1
@@ -24,8 +24,8 @@
/**
* Tab.tag
- * Author: Mitchell Seaton
- * Description: Creates a tab element.
+ * Author: Fiona Malikoff
+ * Description: Creates a tab element within the Hybrid Tab Header.
* Wiki:
*/
%>
@@ -54,6 +54,9 @@
<%--
Usually methodCall is selectTab, but the calling code can override methodCall if desired.
this is handy if the page needs different logic on initialisation and user switching tabs
+
+ -- onclick="${methodCall}(${id});return false;">
+
--%>
@@ -73,13 +76,14 @@
-