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
Ordering
- Alphabetic
- By Inheritance
Inherited
- autoComplete
- Generic
- Attr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=[A](a: A)(implicit t: ValueType[A, Any]): TagMod
- final def :=?[O[_], A](oa: O[A])(implicit O: OptionLike[O], t: ValueType[A, Any]): TagMod
- Definition Classes
- Attr
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def additionalName: TagMod
- def addressLevel1: TagMod
- def addressLevel2: TagMod
- def addressLevel3: TagMod
- def addressLevel4: TagMod
- def addressLine1: TagMod
- def addressLine2: TagMod
- def addressLine3: TagMod
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrName: String
- Definition Classes
- Attr
- def bday: TagMod
- def bdayDay: TagMod
- def bdayMonth: TagMod
- def bdayYear: TagMod
- def ccAdditionalName: TagMod
- def ccCsc: TagMod
- def ccExp: TagMod
- def ccExpMonth: TagMod
- def ccExpYear: TagMod
- def ccFamilyName: TagMod
- def ccGivenName: TagMod
- def ccName: TagMod
- def ccNumber: TagMod
- def ccType: TagMod
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def country: TagMod
- def countryName: TagMod
- def currentPassword: TagMod
- def email: TagMod
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(any: Any): Boolean
- Definition Classes
- Attr → AnyRef → Any
- def familyName: TagMod
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def givenName: TagMod
- def hashCode(): Int
- Definition Classes
- Attr → AnyRef → Any
- def honorificPrefix: TagMod
- def honorificSuffix: TagMod
- def impp: TagMod
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def language: TagMod
- def name: TagMod
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newPassword: TagMod
- def nickname: TagMod
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def off: TagMod
- def on: TagMod
- def oneTimeCode: TagMod
- def organization: TagMod
- def organizationTitle: TagMod
- def photo: TagMod
- def postalCode: TagMod
- def sex: TagMod
- def streetAddress: TagMod
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tel: TagMod
- def telAreaCode: TagMod
- def telCountryCode: TagMod
- def telExtension: TagMod
- def telLocal: TagMod
- def telLocalPrefix: TagMod
- def telLocalSuffix: TagMod
- def telNational: TagMod
- final def toString(): String
- Definition Classes
- Attr → AnyRef → Any
- def transactionAmount: TagMod
- def transactionCurrency: TagMod
- def url: TagMod
- def username: TagMod
- def usernameEmail: TagMod
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()