Diff for /loncom/html/adm/help/tex/Authoring_Input_Tags.tex between versions 1.3 and 1.4

version 1.3, 2012/09/24 10:48:34 version 1.4, 2012/12/15 09:00:57
Line 16  line input element. It accepts one attri Line 16  line input element. It accepts one attri
 the width of the textline, defaulting to 20.  the width of the textline, defaulting to 20.
 \end{itemize}  \end{itemize}
   
 Both the \textbf{textfield} and \textbf{textline} input tags support a \textbf{spellceck}  Both the \textbf{textfield} and \textbf{textline} input tags support a \textbf{spellcheck}
 attribute.   If present, the text the user types is spellchecked when focus leaves the input   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.  field.   The value of this attribute specifies the language in which the spellcheck is performed.
 e.g. \textbf{<textfield spellcheck='en' />}  creates a text field that is spellchecked in   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   English while \textbf{<textline spellcheck='de' />} creates a text field that is spellchecked 
 in German.  in German.

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>