All Implemented Interfaces:
TagBase, GlobalAttributable, Serializable, Cloneable

public class SpellCheck extends AbstractAttribute implements GlobalAttributable
<element spellcheck="true|false">
 The spellcheck attribute specifies whether the element is to have its spelling and grammar checked or not.

 The following can be spellchecked:

     Text values in input elements (not password)
     Text in <textarea> elements
     Text in editable elements

 
See Also:
  • Constructor Details

    • SpellCheck

      public SpellCheck()
      false will be set as the value.
      Since:
      1.0.0
    • SpellCheck

      public SpellCheck(String value)
      Parameters:
      value - the value should be either true or false
      Since:
      1.1.4
    • SpellCheck

      public SpellCheck(boolean check)
      Parameters:
      check - true/false
      Since:
      1.0.0
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0
    • isCheck

      public boolean isCheck()
      Returns:
      the check
      Since:
      1.0.0
    • setCheck

      public void setCheck(boolean check)
      Parameters:
      check - the check to set.
      Since:
      1.0.0