JavaScript Editor Ajax toolkit     Ajax website 



Main Page

Refers to the base object of the current object. This can be used in two contexts.

// Syntax 1: Calls the base-class constructor with arguments.
super(arguments)

// Syntax 2: Accesses a member of the base class.
super.member

Expand imageArguments

Expand imageRemarks

Expand imageExample 1

Expand imageExample 2

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©