AutoComplete

Wisej.Web.AutoComplete

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the value to assign the autocomplete attribute, used in the TextBox control.

public enum AutoComplete : Enum

Fields

NameDescription

AdditionalName

The middle name.

AddressLevel1

The first administrative level in the address. This is typically the province in which the address is located. In the United States, this would be the state. In Switzerland, the canton. In the United Kingdom, the post town.

AddressLevel2

The second administrative level, in addresses with at least two of them. In countries with two administrative levels, this would typically be the city, town, village, or other locality in which the address is located.

AddressLevel3

The third administrative level, in addresses with at least three administrative levels.

AddressLevel4

The finest-grained administrative level, in addresses which have four levels.

AddressLine1

The first individual line of the street address.

AddressLine2

The second individual line of the street address.

AddressLine3

The third individual line of the street address.

Bday

A birth date, as a full date.

BdayDay

The day of the month of a birth date.

BdayMonth

The month of the year of a birth date.

BdayYear

The year of a birth date.

CcAdditionalName

A middle name as given on a payment instrument or credit card.

CcCsc

The security code for the payment instrument; on credit cards, this is the 3-digit verification number on the back of the card.

CcExp

A payment method expiration date, typically in the form "MM/YY" or "MM/YYYY".

CcExpMonth

The month in which the payment method expires.

CcExpYear

The year in which the payment method expires.

CcFamilyName

A family name, as given on a credit card.

CcGivenName

A given (first) name as given on a payment instrument like a credit card.

CcName

The full name as printed on or associated with a payment instrument such as a credit card. Using a full name field is preferred, typically, over breaking the name into pieces.

CcNumber

A credit card number or other number identifying a payment method, such as an account number.

CcType

The type of payment instrument (such as "Visa" or "Master Card").

Country

A country or territory code.

CountryName

A country or territory name.

CurrentPassword

The user's current password.

Default

Uses the default value configured in the javascript class wisej.web.TextBoxBase. It can be changed in javascript using wisej.web.TextBoxBase.setAutoCompleteDefault("on" | "off").

Email

An email address.

FamilyName

The family (or "last") name.

GivenName

The given (or "first") name.

HonorificPrefix

The prefix or title, such as "Mrs.", "Mr.", "Miss", "Ms.", "Dr.", or "Mlle.".

HonorificSuffix

The suffix, such as "Jr.", "B.Sc.", "PhD.", "MBASW", or "IV".

Impp

A URL for an instant messaging protocol endpoint, such as "xmpp:username@example.net".

Language

A preferred language, given as a valid BCP 47 language tag.

Name

The field expects the value to be a person's full name. Using "name" rather than breaking the name down into its components is generally preferred because it avoids dealing with the wide diversity of human names and how they are structured;

NewPassword

A new password. When creating a new account or changing passwords, this should be used for an "Enter your new password" or "Confirm new password" field, as opposed to a general "Enter your current password" field that might be present.

Nickname

A nickname or handle.

Off

The user must explicitly enter a value into this field for every use. The browser does not automatically complete the entry.

On

The browser is allowed to automatically complete the value based on values that the user has entered during previous uses.

OneTimeCode

A one-time code used for verifying user identity.

Organization

A company or organization name, such as "Acme Widget Company" or "Girl Scouts of America".

OrganizationTitle

A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".

Photo

The URL of an image representing the person, company, or contact information given in the other fields in the form.

PostalCode

A postal code (in the United States, this is the ZIP code).

Sex

A gender identity (such as "Female", "Fa'afafine", "Male"), as freeform text without newlines.

StreetAddress

A street address. This can be multiple lines of text, and should fully identify the location of the address within its second administrative level (typically a city or town), but should not include the city name, ZIP or postal code, or country name.

Tel

A full telephone number, including the country code.

TelAreaCode

The area code, with any country-internal prefix applied if appropriate.

TelCountryCode

The country code, such as "1" for the United States, Canada, and other areas in North America and parts of the Caribbean.

TelExtension

A telephone extension code within the phone number, such as a room or suite number in a hotel or an office extension in a company.

TelLocal

The phone number without the country or area code.

TelLocalPrefix

The prefix of the local telephone number. For the phone number "555-6502", use "tel-local-prefix" for "555".

TelLocalSuffix

The suffix of the local telephone number. For the phone number "555-6502", use "tel-local-suffix" for "6502".

TelNational

The entire phone number without the country code component, including a country-internal prefix.

TransactionAmount

The amount, given in the currency specified by "transaction-currency", of the transaction, for a payment form.

TransactionCurrency

The currency in which the transaction is to take place.

Url

A URL, such as a home page or company web site address as appropriate given the context of the other fields in the form.

Username

A username or account name.

Used By

NameDescription

Returns of sets whether the browser can auto complete the field with values previously entered by the user.

Returns or sets whether the browser can auto complete the field with values previously entered by the user.

Returns of sets whether the browser can auto complete the field with values previously entered by the user.

Last updated