Packages

object autoComplete extends Generic[Any]

This attribute indicates whether the value of the control can be automatically completed by the browser. This attribute is ignored if the value of the type attribute is hidden, checkbox, radio, file, or a button type (button, submit, reset, image).

Linear Supertypes
Generic[Any], Attr[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. autoComplete
  2. Generic
  3. Attr
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=[A](a: A)(implicit t: ValueType[A, Any]): TagMod
    Definition Classes
    GenericAttr
  4. final def :=?[O[_], A](oa: O[A])(implicit O: OptionLike[O], t: ValueType[A, Any]): TagMod
    Definition Classes
    Attr
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def additionalName: TagMod
  7. def addressLevel1: TagMod
  8. def addressLevel2: TagMod
  9. def addressLevel3: TagMod
  10. def addressLevel4: TagMod
  11. def addressLine1: TagMod
  12. def addressLine2: TagMod
  13. def addressLine3: TagMod
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. final val attrName: String
    Definition Classes
    Attr
  16. def bday: TagMod
  17. def bdayDay: TagMod
  18. def bdayMonth: TagMod
  19. def bdayYear: TagMod
  20. def ccAdditionalName: TagMod
  21. def ccCsc: TagMod
  22. def ccExp: TagMod
  23. def ccExpMonth: TagMod
  24. def ccExpYear: TagMod
  25. def ccFamilyName: TagMod
  26. def ccGivenName: TagMod
  27. def ccName: TagMod
  28. def ccNumber: TagMod
  29. def ccType: TagMod
  30. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  31. def country: TagMod
  32. def countryName: TagMod
  33. def currentPassword: TagMod
  34. def email: TagMod
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(any: Any): Boolean
    Definition Classes
    Attr → AnyRef → Any
  37. def familyName: TagMod
  38. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def givenName: TagMod
  41. def hashCode(): Int
    Definition Classes
    Attr → AnyRef → Any
  42. def honorificPrefix: TagMod
  43. def honorificSuffix: TagMod
  44. def impp: TagMod
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def language: TagMod
  47. def name: TagMod
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def newPassword: TagMod
  50. def nickname: TagMod
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. def off: TagMod
  54. def on: TagMod
  55. def oneTimeCode: TagMod
  56. def organization: TagMod
  57. def organizationTitle: TagMod
  58. def photo: TagMod
  59. def postalCode: TagMod
  60. def sex: TagMod
  61. def streetAddress: TagMod
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def tel: TagMod
  64. def telAreaCode: TagMod
  65. def telCountryCode: TagMod
  66. def telExtension: TagMod
  67. def telLocal: TagMod
  68. def telLocalPrefix: TagMod
  69. def telLocalSuffix: TagMod
  70. def telNational: TagMod
  71. final def toString(): String
    Definition Classes
    Attr → AnyRef → Any
  72. def transactionAmount: TagMod
  73. def transactionCurrency: TagMod
  74. def url: TagMod
  75. def username: TagMod
  76. def usernameEmail: TagMod
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Generic[Any]

Inherited from Attr[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped