See: Description
Class | Description |
---|---|
ActiveXObject |
This is the host object that allows javascript to instantiate java objects via the ActiveXObject
constructor.
|
Anchor |
The javascript object that represents an anchor
|
Attribute |
A JavaScript object for an Attribute.
|
BoxObject |
A JavaScript object for a BoxObject.
|
Button |
The javascript object that represents a button (<button type=...>)
|
CharacterDataImpl |
A javascript object for CharacterData.
|
Document |
A JavaScript object for a Document.
|
DocumentFragment |
A JavaScript object for DocumentFragment.
|
DOMImplementation |
A JavaScript object for DOMImplementation.
|
DOMParser |
A JavaScript object for DOMParser.
|
Element |
The javascript object "Element".
|
Event |
JavaScript object representing an event that is passed into event handlers when they are
invoked.
|
EventHandler |
Allows to wrap event handler code as Function object.
|
FormField |
Base class for all javascript object corresponding to form fields.
|
FrameSet |
Wrapper for the HTML element "frameset".
|
History |
A javascript object for a Screen
|
HTMLElement |
The javascript object "HTMLElement" which is the base class for all HTML
objects.
|
HTMLFormElement |
A JavaScript object for a Form.
|
HTMLFrameElement |
A JavaScript object for a
HtmlFrame and HtmlInlineFrame . |
HTMLInputElement |
The javascript object for form input elements (html tag <input ...>).
|
HTMLSelectElement |
The javascript object for
HtmlSelect . |
HTMLTextAreaElement |
The javascript object that represents a textarea
|
Image |
The javascript object that represents an "Image"
|
Label |
A JavaScript object for a Label.
|
Location |
A JavaScript object for a Location.
|
MimeType |
A javascript object for a document.navigator.mimeTypes elements
|
MimeTypeArray |
A javascript object for a document.navigator.plugins.
|
MouseEvent |
JavaScript object representing a Mouse Event.
|
Navigator |
A javascript object for a Navigator.
|
Node |
The javascript object "Node" which is the base class for all DOM
objects.
|
Option |
The javascript object that represents an option.
|
Plugin |
A javascript object for a document.navigator.plugins.
|
PluginArray |
A javascript object for a document.navigator.plugins.
|
Popup |
A JavaScript object for IE's Popu.
|
Range |
The javascript object that represents a Range.
|
RowContainer |
Superclass for all row-containing JavaScript host classes, including tables,
table headers, table bodies and table footers.
|
Screen |
A javascript object for a Screen.
|
Script |
The JavaScript object that represents a "script".
|
SimpleArray |
A javascript object for simple array allowing access per key and index (like
MimeTypeArray ). |
Style |
A JavaScript object for a Style.
|
Stylesheet |
A JavaScript object for a stylesheet.
|
StyleSheetList |
An ordered list of stylesheets, accessible via document.styleSheets, as specified by the
DOM
Level 2 Style spec and the Gecko
DOM Guide.
|
Table |
A JavaScript object representing a Table.
|
TableBody |
A JavaScript object representing a table body.
|
TableCell |
The JavaScript object representing a TD or TH.
|
TableFooter |
A JavaScript object representing a table footer.
|
TableHeader |
A JavaScript object representing a table header.
|
TableRow |
A JavaScript object representing a TR.
|
TextImpl |
A javascript object for Text.
|
TextRectangle |
Specifies a rectangle that contains a line of text in either an element or a TextRange object.
|
UIEvent |
JavaScript object representing a UI event.
|
Window |
A JavaScript object for a Window.
|
XMLAttribute |
A JavaScript object for an XML Attribute.
|
XMLDocument |
A JavaScript object for XMLDocument.
|
XMLDOMParseError |
A JavaScript object for XMLDOMParseError.
|
XMLElement |
A JavaScript object for XMLElement.
|
XMLHttpRequest |
A JavaScript object for a XMLHttpRequest.
|
XMLSerializer |
A JavaScript object for XMLSerializer.
|
XPathNSResolver |
A JavaScript object for XPathNSResolver.
|
XPathResult |
A JavaScript object for XPathResult.
|
XSLTemplate |
A JavaScript object for XSLTemplate.
|
XSLTProcessor |
A JavaScript object for XSLTProcessor.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.