Enum
InputElementType

The types of input for an ElementType=Input.

Definition

Namespace:ArtOfTest.WebAii.ObjectModel

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum InputElementType

Fields

Button

type="button"

Declaration

cs-api-definition
Button = 1

Field Value

InputElementType

CheckBox

type="checkbox"

Declaration

cs-api-definition
CheckBox = 2

Field Value

InputElementType

Email

type="email"

Declaration

cs-api-definition
Email = 11

Field Value

InputElementType

File

type="file"

Declaration

cs-api-definition
File = 3

Field Value

InputElementType

Hidden

type="hidden"

Declaration

cs-api-definition
Hidden = 4

Field Value

InputElementType

Image

type="image"

Declaration

cs-api-definition
Image = 5

Field Value

InputElementType

NotSet

Not set.

Declaration

cs-api-definition
NotSet = 0

Field Value

InputElementType

Number

type="number"

Declaration

cs-api-definition
Number = 13

Field Value

InputElementType

Password

type="password"

Declaration

cs-api-definition
Password = 6

Field Value

InputElementType

Radio

type="radio"

Declaration

cs-api-definition
Radio = 7

Field Value

InputElementType

Range

type="range"

Declaration

cs-api-definition
Range = 14

Field Value

InputElementType

Reset

type="reset"

Declaration

cs-api-definition
Reset = 8

Field Value

InputElementType

type="search"

Declaration

cs-api-definition
Search = 15

Field Value

InputElementType

Submit

type="submit"

Declaration

cs-api-definition
Submit = 9

Field Value

InputElementType

Tel

type="tel"

Declaration

cs-api-definition
Tel = 16

Field Value

InputElementType

Text

type="text". This is the default type if no type attribute is set.

Declaration

cs-api-definition
Text = 10

Field Value

InputElementType

Url

type="url"

Declaration

cs-api-definition
Url = 12

Field Value

InputElementType