JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Declares the name of a class as well as a definition of the variables, properties, and methods that comprise the class.

[modifiers] class classname [extends baseclass] [implements interfaces]{
   [classmembers]
}

Expand imageArguments

Expand imageRemarks

Expand imageExample 1

Expand imageExample 2

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©