[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Input_Tags.tex

foxr foxr at source.lon-capa.org
Mon Sep 24 06:48:34 EDT 2012


foxr		Mon Sep 24 10:48:34 2012 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Input_Tags.tex 
  Log:
  BZ 838 Document the spellcheck attribute of the textfield and textline tags.
  
  
  
Index: loncom/html/adm/help/tex/Authoring_Input_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Input_Tags.tex:1.2 loncom/html/adm/help/tex/Authoring_Input_Tags.tex:1.3
--- loncom/html/adm/help/tex/Authoring_Input_Tags.tex:1.2	Tue Feb 22 15:12:57 2005
+++ loncom/html/adm/help/tex/Authoring_Input_Tags.tex	Mon Sep 24 10:48:34 2012
@@ -15,3 +15,10 @@
 line input element. It accepts one attribute \textbf{size} which controls
 the width of the textline, defaulting to 20.
 \end{itemize}
+
+Both the \textbf{textfield} and \textbf{textline} input tags support a \textbf{spellceck}
+attribute.   If present, the text the user types is spellchecked when focus leaves the input 
+field.   The value of this attribute specifies the language in which the spellceck is performed.
+e.g. \textbf{<textfield spellcheck='en' />}  creates a text field that is spellchecked in 
+English while \textbf{<textline spellcheck='de' />} creates a text field that is spellchecked 
+in German.




More information about the LON-CAPA-cvs mailing list