A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
abbr — Property, class dom.html.HTMLTableCellElement |
|
Abbreviation for header cells. |
abort() — method, class dom.core.Document |
|
If the document is currently being loaded as a result of the method load being invoked the loading and parsing is immediately
aborted. |
abort — Event, class dom.core.Element |
|
Loading of a resource has been aborted. |
abort — Constant Static Property, class dom.events.Event |
|
Loading of a resource has been aborted. |
abort — Constant Static Property, class dom.events.UIEvent |
|
Loading of a resource has been aborted. |
abort() — method, interface dom.loadsave.DocumentLS |
|
If the document is currently being loaded as a result of the method load being invoked the loading and parsing is immediately
aborted. |
abort() — method, class dom.loadsave.LSParser |
| |
AbstractView — Interface, package dom.views |
|
A base interface that all views shall derive from. |
accept — Property, class dom.html.HTMLInputElement |
|
A comma-separated list of content types that a server processing this form will handle correctly. |
acceptCharset — Property, class dom.html.HTMLFormElement |
|
List of character sets supported by the server. |
acceptNode(nodeArg:dom.core:Node) — method, class dom.loadsave.LSParserFilter |
| |
acceptNode(n:dom.core:Node) — method, class dom.tr.traversal.NodeFilter |
|
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator. |
accessKey — Property, class dom.html.HTMLAnchorElement |
|
A single character access key to give access to the form control. |
accessKey — Property, class dom.html.HTMLAreaElement |
|
A single character access key to give access to the form control. |
accessKey — Property, class dom.html.HTMLButtonElement |
|
A single character access key to give access to the form control. |
accessKey — Property, class dom.html.HTMLInputElement |
|
A single character access key to give access to the form control. |
accessKey — Property, class dom.html.HTMLLabelElement |
|
A single character access key to give access to the form control. |
accessKey — Property, class dom.html.HTMLLegendElement |
|
A single character access key to give access to the form control. |
accessKey — Property, class dom.html.HTMLTextAreaElement |
|
A single character access key to give access to the form control. |
action — Property, class dom.html.HTMLFormElement |
|
Server-side form handler. |
ACTION_APPEND_AS_CHILDREN — Constant Static Property, class dom.loadsave.LSParser |
|
Append the result of the parse operation as children of the context node. |
ACTION_INSERT_AFTER — Constant Static Property, class dom.loadsave.LSParser |
|
Insert the result of the parse operation as the immediately following sibling of the context node. |
ACTION_INSERT_BEFORE — Constant Static Property, class dom.loadsave.LSParser |
|
Insert the result of the parse operation as the immediately preceding sibling of the context node. |
ACTION_REPLACE — Constant Static Property, class dom.loadsave.LSParser |
|
Replace the context node with the result of the parse operation. |
ACTION_REPLACE_CHILDREN — Constant Static Property, class dom.loadsave.LSParser |
|
Replace all the children of the context node with the result of the parse operation. |
active — Property, interface dom.objects.MessagePort |
|
Returns true if the port is still active; otherwise, returns false. |
activeElement — Property, class dom.html.HTMLDocument |
|
Returns the currently focused element. |
add(element:dom.html:HTMLElement, before:dom.html:HTMLElement) — method, class dom.html.HTMLSelectElement |
|
Add a new element to the collection of OPTION elements for this SELECT. |
addBehavior(url:dom.core.types:DOMString) — method, class dom.core.Element |
|
Attaches a behavior to the element. |
addEventListener(type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean) — method, class dom.Window |
|
Associates a function with a particular event and binds the event to the current node. |
addEventListener(type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean) — method, class dom.core.Node |
|
Associates a function with a particular event and binds the event to the current node. |
addEventListener(type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean) — method, interface dom.events.EventTarget |
|
Associates a function with a particular event and binds the event to the current node. |
addEventListener(type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean, eventGroup:dom.events:EventGroup) — method, interface dom.events.EventTargetGroup |
|
This method is equivalent to the addEventListener method of the EventTarget interface, with the exception of
the added eventGroup parameter. |
addEventListenerNS(namespaceURI:dom.core.types:DOMString, type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean) — method, class dom.Window |
|
Registers an event listener, depending on the useCapture parameter, on the
capture phase of the DOM event flow or its target and bubbling phases. |
addEventListenerNS(namespaceURI:dom.core.types:DOMString, type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean) — method, class dom.core.Node |
|
Registers an event listener, depending on the useCapture parameter, on the
capture phase of the DOM event flow or its target and bubbling phases. |
addEventListenerNS(namespaceURI:dom.core.types:DOMString, type:dom.core.types:DOMString, listener:dom.events:EventListener, useCapture:Boolean) — method, interface dom.events.EventTarget |
|
Registers an event listener, depending on the useCapture parameter, on the
capture phase of the DOM event flow or its target and bubbling phases. |
addImport(url:dom.core.types:DOMString, indexRequest:Number) — method, class dom.style.css.CSSStyleSheet |
|
Adds a style sheet to the imports collection for the specified style sheet. |
ADDITION — Constant Static Property, class dom.events.MutationEvent |
|
The Attr was just added. |
addMicrosummaryGenerator(generatorURL:dom.core.types:DOMString) — method, class gecko.dom.objects.Sidebar |
|
Firefox 2+
Installs a microsummary generator. |
addModule(moduleName:dom.core.types:DOMString, libraryFullPath:dom.core.types:DOMString, cryptoMechanismFlags:Number, cipherFlags:Number) — method, class dom.objects.Pkcs11 |
|
Loads a new PKCS #11 module. |
addPageRule(selector:dom.core.types:DOMString, style:dom.core.types:DOMString, index:Number) — method, class dom.style.css.CSSStyleSheet |
|
Creates a new page object for a style sheet. |
addPanel(title:dom.core.types:DOMString, contentURL:dom.core.types:DOMString, customizeURL:dom.core.types:DOMString) — method, class gecko.dom.objects.Sidebar |
|
Note: the third empty parameter is required!
|
addPersistentPanel(title:dom.core.types:DOMString, contentURL:dom.core.types:DOMString, customizeURL:dom.core.types:DOMString) — method, class gecko.dom.objects.Sidebar |
| |
addRange(range:dom.tr.range:Range) — method, class dom.objects.Selection |
|
Adds a range to the selection. |
addReadRequest(attributeName:dom.core.types:DOMString, reserved) — method, class dom.objects.UserProfile |
|
Adds an entry to the queue for read requests. |
addRule(selector:dom.core.types:DOMString, style:dom.core.types:DOMString, index:Number) — method, class dom.style.css.CSSStyleSheet |
|
Creates a new rule for a style sheet. |
addSearchEngine(engineURL:dom.core.types:DOMString, iconURL:dom.core.types:DOMString, suggestedTitle:dom.core.types:DOMString, suggestedCategory:dom.core.types:DOMString) — method, class gecko.dom.objects.Sidebar |
|
Installs a search engine. |
adoptNode(source:dom.core:Node) — method, class dom.core.Document |
|
Attempts to adopt a node from another document to this document. |
alert(message:dom.core.types:DOMString) — method, class dom.Window |
|
DOM Level 0
Display an alert dialog with the specified content and an OK button. |
alert(message:dom.core.types:DOMString) — method, class dom.objects.Crypto |
|
Undocumented
|
align — Property, class dom.html.HTMLAppletElement |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
align — Property, class dom.html.HTMLDivElement |
|
Horizontal text alignment. |
align — Property, class dom.html.HTMLHRElement |
|
Align the rule on the page. |
align — Property, class dom.html.HTMLHeadingElement |
|
Horizontal text alignment. |
align — Property, class dom.html.HTMLIFrameElement |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
align — Property, class dom.html.HTMLImageElement |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
align — Property, class dom.html.HTMLInputElement |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
align — Property, class dom.html.HTMLLegendElement |
|
Text alignment relative to FIELDSET. |
align — Property, class dom.html.HTMLObjectElement |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
align — Property, class dom.html.HTMLParagraphElement |
|
Horizontal text alignment. |
align — Property, class dom.html.HTMLTableCaptionElement |
|
Caption alignment with respect to the table. |
align — Property, class dom.html.HTMLTableCellElement |
|
Horizontal alignment of data in cell. |
align — Property, class dom.html.HTMLTableColElement |
|
Horizontal alignment of cell data in column. |
align — Property, class dom.html.HTMLTableElement |
|
Specifies the table's position with respect to the rest of the document. |
align — Property, class dom.html.HTMLTableRowElement |
|
Horizontal alignment of data within cells of this row. |
align — Property, class dom.html.HTMLTableSectionElement |
|
Horizontal alignment of data in cells. |
aLink — Property, class dom.html.HTMLBodyElement |
|
Color of active links (after mouse-button down, but before
mouse-button up). |
alinkColor — Property, class dom.html.HTMLDocument |
|
Returns or sets the color of an active link in the document body. |
all — Property, class dom.html.HTMLDocument |
|
Returns a reference to the collection of elements contained by the object. |
allowedAttributes — Property, interface dom.validation.ElementEditVAL |
|
A NameList, as described in [DOM Level 3 Core], of all possible attribute information items or wildcards that can appear as attributes
of this element, or null if this element has no context or schema. |
allowedChildren — Property, interface dom.validation.ElementEditVAL |
|
A NameList, as described in [DOM Level 3 Core], of all possible element information items or wildcards that can appear as children
of this element, or null if this element has no context or schema. |
allowedFirstChildren — Property, interface dom.validation.ElementEditVAL |
|
A NameList, as described in [DOM Level 3 Core], of all possible element information items or wildcards that can appear as a first
child of this element, or null if this element has no context or schema. |
allowedNextSiblings — Property, interface dom.validation.ElementEditVAL |
|
A NameList, as described in [DOM Level 3 Core], of all element information items or wildcards that can be inserted as a next
sibling of this element, or null if this element has no context or schema. |
allowedParents — Property, interface dom.validation.ElementEditVAL |
|
A NameList, as described in [DOM Level 3 Core], of all possible element information items that can appear as a parent this
element, or null if this element has no context or schema. |
allowedPreviousSiblings — Property, interface dom.validation.ElementEditVAL |
|
A NameList, as described in [DOM Level 3 Core], of all element information items or wildcards that can be inserted as a previous
sibling of this element, or null if this element has no context or schema. |
alt — Property, class dom.html.HTMLAppletElement |
|
Alternate text for user agents not rendering the normal content of this element. |
alt — Property, class dom.html.HTMLAreaElement |
|
Alternate text for user agents not rendering the normal content of this element. |
alt — Property, class dom.html.HTMLImageElement |
|
Alternate text for user agents not rendering the normal content of this element. |
alt — Property, class dom.html.HTMLInputElement |
|
Alternate text for user agents not rendering the normal content of this element. |
altKey — Property, class dom.events.KeyboardEvent |
|
If the alternative (Alt) key modifier is activated. |
altKey — Property, class dom.events.MouseEvent |
|
Refer to the KeyboardEvent.altKey attribute. |
anchorNode — Property, class dom.objects.Selection |
|
Returns the node in which the selection begins. |
anchorOffset — Property, class dom.objects.Selection |
|
Returns the number of characters that the selection's anchor is offset within the anchorNode. |
anchors — Property, class dom.html.HTMLDocument |
|
A collection of all the anchor (A) elements in a document with a
value for the name attribute. |
ANY_TYPE — Constant Static Property, class dom.xpath.XPathResult |
|
This code does not represent a specific type. |
ANY_UNORDERED_NODE_TYPE — Constant Static Property, class dom.xpath.XPathResult |
|
The result is a node set as defined by [XPath 1.0] and will be accessed as a single node, which may be
null if the node set is empty. |
appCodeName — Property, class dom.objects.Navigator |
|
Returns the internal "code" name of the current browser. |
appendChild(element:dom.core:Node) — method, class dom.core.Node |
|
Adds a node to the end of the list of children of a specified parent node. |
appendData(arg:dom.core.types:DOMString) — method, class dom.core.CharacterData |
|
Append the string to the end of the character data of the node. |
appendMedium(newMedium:dom.core.types:DOMString) — method, class dom.style.stylesheets.MediaList |
|
Adds the medium newMedium to the end of the list. |
applets — Property, class dom.html.HTMLDocument |
|
A collection of all the OBJECT elements that include applets and
APPLET (deprecated) elements in a document. |
applicationCache — Property, class dom.Window |
|
Non-Standard | Firefox 3+
Returns a reference to the application cache object for the window. |
applyElement(element:Object, where:dom.core.types:DOMString) — method, class dom.core.Element |
|
Makes the element either a child or parent of another element. |
appMinorVersion — Property, class dom.objects.Navigator |
|
Retrieves the application's minor version value. |
appName — Property, class dom.objects.Navigator |
|
Returns the official name of the browser. |
appName — Property, interface dom.objects.NavigatorID |
|
Returns the official name of the browser. |
appVersion — Property, class dom.objects.Navigator |
|
Returns the version of the browser. |
appVersion — Property, interface dom.objects.NavigatorID |
|
Returns the version of the browser. |
archive — Property, class dom.html.HTMLAppletElement |
|
Comma-separated archive list. |
archive — Property, class dom.html.HTMLObjectElement |
|
Space-separated list of archives. |
areas — Property, class dom.html.HTMLMapElement |
|
The list of areas defined for the image map. |
asciiHost — Property, class gecko.nsIURI |
|
The URI host with an ASCII compatible encoding. |
asciiSpec — Property, class gecko.nsIURI |
|
The URI spec with an ASCII compatible encoding. |
assign(url:dom.core.types:DOMString) — method, class dom.objects.Location |
|
Load the document at the provided URL. |
async — Property, class dom.core.Document |
|
Indicates whether the method load should be synchronous or asynchronous. |
async — Property, interface dom.loadsave.DocumentLS |
|
Indicates whether the method load should be synchronous or asynchronous. |
async — Property, class dom.loadsave.LSParser |
| |
atob(encodedData:dom.core.types:DOMString) — method, class dom.Window |
|
DOM Level 0
Decodes a string of data which has been encoded using base-64 encoding. |
attachEvent(type:dom.core.types:DOMString, listener:Function) — method, class dom.core.Document |
|
Binds the specified function to an event, so that the function gets called whenever
the event fires on the object. |
attachEvent(type:dom.core.types:DOMString, listener:Function) — method, class dom.core.Element |
|
Binds the specified function to an event, so that the function gets called whenever
the event fires on the object. |
AT_TARGET — Constant Static Property, class dom.events.Event |
|
The current event is in the target phase, i.e. |
Attr — class, package dom.core |
|
This type represents a DOM element's attribute as an object. |
attrChange — Property, class dom.events.MutationEvent |
|
Indicates the type of change which triggered the DOMAttrModified event. |
ATTRIBUTE_NODE — Constant Static Property, class dom.core.Node |
|
The node is an Attr. |
attributes — Property, class dom.core.Node |
|
Returns an unordered collection of Attr nodes. |
attrName — Property, class dom.events.MutationEvent |
|
Indicates the name of the changed Attr node in a DOMAttrModified event. |
availHeight — Property, interface cssom.view.Screen |
|
Returns the amount of vertical space available to the window on the screen. |
availWidth — Property, interface cssom.view.Screen |
|
Returns the amount of horizontal space in pixels available to the window. |
axis — Property, class dom.html.HTMLTableCellElement |
|
Names group of related headers. |
axis — Property, class gecko.events.MouseEvent |
|
Specifies the axis of the scroll gesture (horizontal or vertical). |
azimuth — Property, interface dom.style.css.CSS2Properties |
|
In combination with elevation, azimuth enables different audio sources to be positioned spatially for aural presentation. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |