[LON-CAPA-cvs] cvs: loncom /homework functionplotresponse.pm

foxr foxr at source.lon-capa.org
Mon Oct 8 07:04:46 EDT 2012


foxr		Mon Oct  8 11:04:46 2012 EDT

  Modified files:              
    /loncom/homework	functionplotresponse.pm 
  Log:
  Use jPicker to choose colors on background function plot.
  
  
  
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.100 loncom/homework/functionplotresponse.pm:1.101
--- loncom/homework/functionplotresponse.pm:1.100	Fri Aug 17 22:51:59 2012
+++ loncom/homework/functionplotresponse.pm	Mon Oct  8 11:04:46 2012
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # Functionplot responses
 #
-# $Id: functionplotresponse.pm,v 1.100 2012/08/17 22:51:59 www Exp $
+# $Id: functionplotresponse.pm,v 1.101 2012/10/08 11:04:46 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -810,7 +810,7 @@
              &Apache::edit::text_arg('Label on Plot:','label',
                                      $token,'8').
              &Apache::edit::text_arg('Color (hex code):','color',
-                                     $token,'8').
+                                     $token,'8', 'colorchooser').
              &Apache::edit::select_arg('Fixed location:','fixed',
                                   ['yes','no'],$token).
              &Apache::edit::end_row();




More information about the LON-CAPA-cvs mailing list