[LON-CAPA-cvs] cvs: loncom /interface loncourserespicker.pm

raeburn raeburn at source.lon-capa.org
Fri Dec 20 07:25:13 EST 2024


raeburn		Fri Dec 20 12:25:13 2024 EDT

  Modified files:              
    /loncom/interface	loncourserespicker.pm 
  Log:
  - Update documentation for respicker_javascript() subroutine.
  
  
Index: loncom/interface/loncourserespicker.pm
diff -u loncom/interface/loncourserespicker.pm:1.19 loncom/interface/loncourserespicker.pm:1.20
--- loncom/interface/loncourserespicker.pm:1.19	Tue Dec  3 23:34:11 2024
+++ loncom/interface/loncourserespicker.pm	Fri Dec 20 12:25:13 2024
@@ -1,6 +1,6 @@
 # The LearningOnline Network
 #
-# $Id: loncourserespicker.pm,v 1.19 2024/12/03 23:34:11 raeburn Exp $
+# $Id: loncourserespicker.pm,v 1.20 2024/12/20 12:25:13 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -157,15 +157,16 @@
 
 Creates javascript functions for checking/unchecking all items, and
 for recursive checking triggered by checking a folder, or recursive
-(upeards) unchecking of an item within a folder. 
+(upwards) unchecking of an item within a folder. 
 
-Inputs: 7. 
+Inputs: 9.
    - $startcount -- Starting offset of form element numbering for items  
 
-   - $numcount -- Total numer of folders and resources in course.
+   - $numcount -- Total number of folders and resources in course.
 
    - $context -- Context in which resources are being displayed
-                 (imsexport, examblock,  dumpdocs or shorturls). 
+                 (imsexport, examblock, dumpdocs, shorturls, or
+                  crsauthored). 
 
    - $formname --  Name of form.
 
@@ -175,6 +176,12 @@
 
    - $checked_maps -- Reference to array of folders currently checked.
 
+   - $numhome -- Number of possible Authoring Spaces on this server 
+                 (context is dumpdocs or crsauthored).
+ 
+   - $chkname -- Name of checkboxes used to indicate selection of folder
+                 or resource.
+
 Output: 1. Javascript (within <script></script> tags.
 
 




More information about the LON-CAPA-cvs mailing list