JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Declares the name of an enumerated data type and the names of the members of the enumeration.

[modifiers] enum enumName [ : typeAnnotation]{
   enumValue1 [ = initializer1]
   [,enumValue2 [ = initializer2]
   [, ... [,enumValueN [ = initializerN ] ]]]
}

Expand imageArguments

Expand imageRemarks

Expand imageExample 1

Expand imageExample 2

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©