JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Declares the name of an interface, as well as the properties and methods that comprise the interface.

[modifiers] interface interfacename [implements baseinterfaces] {
   [interfacemembers]
}

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©