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

raeburn raeburn at source.lon-capa.org
Fri Nov 7 17:00:17 EST 2014


raeburn		Fri Nov  7 22:00:17 2014 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  - Inhibit auto-completion for input textboxes.
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.326 loncom/homework/inputtags.pm:1.327
--- loncom/homework/inputtags.pm:1.326	Mon Sep 15 17:45:35 2014
+++ loncom/homework/inputtags.pm	Fri Nov  7 22:00:17 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.326 2014/09/15 17:45:35 raeburn Exp $
+# $Id: inputtags.pm,v 1.327 2014/11/07 22:00:17 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -469,7 +469,7 @@
 		     . ' id="' . $itemid . '"'
 		     . ' value="'.  $oldresponse.'"'
 		     . ' class="LC_textline spellchecked"  size="'.$size.'"'.$maxlength
-		     . '/>';
+		     . ' autocomplete="off" />';
 
 		$result .= &spellcheck_onblur($itemid, $spellcheck);
 	    }




More information about the LON-CAPA-cvs mailing list