Language Reference Help
The Language Reference is a complete reference to the JavaScript language. You can find information on any JavaScript object, property, method or event handler. You can search for the required information by any of the following views:
- Objects - Viewing by objects allows you to browse through all of an object's properties, methods and event handlers. Clicking on one of the links will present information on the property, method or event handler.
- Properties - The properties view is useful when you need information on a specific property, but don't know the object to which it is bound. After viewing information on a property, you can also jump to the binding object.
- Methods - You can use the methods view to search for a particular method. Once found, you can also examine the object to which it is bound.
- Event handlers- The event handler's view lists all of the available events in JavaScript. Like the properties and methods views, you can link back to a specific event's binding objects.
To move to an event handler, select it from the list, and then press the 'Goto' button. You can also cancel the navigation window without changing pages by pressing the 'Close Window' button.
Close Window