[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
bisitz
bisitz@source.lon-capa.org
Wed, 09 Jun 2010 16:17:00 -0000
bisitz Wed Jun 9 16:17:00 2010 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
Update documentation for changes made in 1.275
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.275 loncom/interface/lonhtmlcommon.pm:1.276
--- loncom/interface/lonhtmlcommon.pm:1.275 Wed Jun 9 14:55:22 2010
+++ loncom/interface/lonhtmlcommon.pm Wed Jun 9 16:17:00 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.275 2010/06/09 14:55:22 bisitz Exp $
+# $Id: lonhtmlcommon.pm,v 1.276 2010/06/09 16:17:00 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -927,7 +927,7 @@
=item Increment_PrgWin
-Increment the count of items completed for the progress window by 1.
+Increment the count of items completed for the progress window by $step or 1 if no step is provided.
Inputs:
@@ -940,6 +940,8 @@
=item $extraInfo A description of the items being iterated over. Typically
'student'.
+=item $step (optional) counter step. Will be set to default 1 if ommited.
+
=back
Returns: none