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 |
padding — Property, interface dom.style.css.CSS2Properties |
| |
paddingBottom — Property, interface dom.style.css.CSS2Properties |
| |
paddingLeft — Property, interface dom.style.css.CSS2Properties |
| |
paddingRight — Property, interface dom.style.css.CSS2Properties |
| |
paddingTop — Property, interface dom.style.css.CSS2Properties |
| |
page — Property, interface dom.style.css.CSS2Properties |
| |
pageBreakAfter — Property, interface dom.style.css.CSS2Properties |
| |
pageBreakBefore — Property, interface dom.style.css.CSS2Properties |
| |
pageBreakInside — Property, interface dom.style.css.CSS2Properties |
| |
PAGE_RULE — Constant Property, class dom.style.css.CSSRule |
|
The rule is a CSSPageRule. |
pageX — Property, interface cssom.view.MouseEventView |
|
Returns the horizontal coordinate of the event relative to whole document. |
pageX — Property, class dom.events.MouseEvent |
|
Returns the horizontal coordinate of the event relative to whole document. |
pageX — Property, class dom.events.UIEvent |
|
Returns the horizontal coordinate of the event relative to whole document. |
pageXOffset — Property, interface cssom.view.WindowView |
|
Returns the number of pixels that the document has already been scrolled horizontally. |
pageXOffset — Property, class dom.Window |
|
Returns the number of pixels that the document has already been scrolled horizontally. |
pageY — Property, interface cssom.view.MouseEventView |
|
Returns the vertical coordinate of the event relative to the whole document. |
pageY — Property, class dom.events.MouseEvent |
|
Returns the vertical coordinate of the event relative to the whole document. |
pageY — Property, class dom.events.UIEvent |
|
Returns the vertical coordinate of the event relative to the whole document. |
pageYOffset — Property, interface cssom.view.WindowView |
|
Returns the number of CSS pixels the user has scrolled towards the bottom within the viewport. |
pageYOffset — Property, class dom.Window |
|
Returns the number of CSS pixels the user has scrolled towards the bottom within the viewport. |
parameterNames — Property, interface dom.core.DOMConfiguration |
|
The list of the parameters supported by this DOMConfiguration object
and for which at least one value can be set by the application. |
parent — Property, class dom.Window |
|
DOM Level 0
Returns a reference to the parent of the current window or subframe. |
parentNode — Property, class dom.core.Node |
|
Returns the parent of the specified node in the DOM tree. |
parentNode() — method, interface dom.tr.traversal.TreeWalker |
|
Moves to and returns the closest visible ancestor node of the current node. |
parentRule — Property, class dom.style.css.CSSRule |
|
If this rule is contained inside another rule (e.g. |
parentRule — Property, class dom.style.css.CSSStyleDeclaration |
|
The CSS rule that contains this declaration block or null if this CSSStyleDeclaration
is not attached to a CSSRule. |
parentStyleSheet — Property, class dom.style.css.CSSRule |
|
The style sheet that contains this rule. |
parentStyleSheet — Property, class dom.style.stylesheets.StyleSheet |
|
For style sheet languages that support the concept of style sheet inclusion, this attribute represents
the including style sheet, if one exists. |
parentWindow — Property, class dom.html.HTMLDocument |
|
Gets a reference to the container object of the window. |
parse() — method, class dom.loadsave.LSParser |
| |
parsed — Property, class dom.core.Node |
|
Indicates the parsed status of the node and child nodes. |
PARSE_ERR — Constant Static Property, class dom.loadsave.LSExceptionCode |
|
If an attempt was made to load a document, or an XML Fragment, using LSParser and the processing has been stopped. |
parseURI(uri:dom.core.types:DOMString) — method, class dom.loadsave.LSParser |
| |
parseWithContext(input:dom.loadsave.types:LSInputStream, contextArg:dom.core:Node, action:Number) — method, class dom.loadsave.LSParser |
| |
password — Property, class gecko.nsIURI |
|
The optional password, assuming the preHost consists of
"username:password". |
path — Property, class gecko.nsIURI |
|
The path, typically including at least a leading '/' (but may also
be empty, depending on the protocol). |
pathname — Property, class dom.objects.Location |
|
The path (relative to the host). |
pause — Property, interface dom.style.css.CSS2Properties |
| |
pauseAfter — Property, interface dom.style.css.CSS2Properties |
| |
pauseBefore — Property, interface dom.style.css.CSS2Properties |
| |
personalbar — Property, class dom.Window |
|
Returns the personalbar object, whose visibility can be toggled in the window. |
pitch — Property, interface dom.style.css.CSS2Properties |
| |
pitchRange — Property, interface dom.style.css.CSS2Properties |
| |
pixelDepth — Property, interface cssom.view.Screen |
|
Returns the lowest number of bits from the color components of the output device. |
pkcs11 — Property, class dom.Window |
|
DOM Level 0
Returns the pkcs11 object , which can be used to install drivers and other software
associated with the pkcs11 protocol. |
Pkcs11 — class, package dom.objects |
|
PKCS11 modules are external modules which provide access to smart-card readers, biometric security
devices, or external certificate stores. |
platform — Property, class dom.objects.Navigator |
|
Returns a string representing the platform of the browser. |
platform — Property, interface dom.objects.NavigatorID |
|
Returns a string representing the platform of the browser. |
playDuring — Property, interface dom.style.css.CSS2Properties |
| |
Plugin — class, package dom.objects |
|
A plug-in module installed on the client. |
PluginArray — class, package dom.objects |
|
Contains a list of Plugins objects loaded in the browser. |
PluginNotFound — Event, class dom.core.Element |
|
Gecko-Specific
Undocumented
|
plugins — Property, class dom.html.HTMLDocument |
|
Returns an HTMLCollection object containing one or more HTMLEmbedElements or null which represent the <embed> elements in the current document. |
plugins — Property, class dom.objects.Navigator |
|
Returns an PluginArray object, listing the plugins installed in the application. |
pointerBeforeReferenceNode — Property, interface dom.tr.traversal.NodeIterator |
|
A Boolean value that indicates whether the NodeIterator is anchored before (if this value is true) or after (if this value is false) the anchor node indicated by the referenceNode property. |
popChallengeResponse(challengeString:dom.core.types:DOMString) — method, class dom.objects.Crypto |
|
The popChallengeResponse() function returns a proof of key posession signed challenge which a CA can use
to verify the client has the private key associated with it's claimed public key. |
PopupWindow — Event, class dom.core.Element |
|
Gecko-Specific
Undocumented
|
port — Property, class dom.objects.Location |
|
This attribute represents the port number of the network location. |
port — Property, class gecko.nsIURI |
|
The URI's port. |
ports — Property, class dom.events.MessageEvent |
|
Returns the MessagePortArray sent with the message, for cross-document messaging and channel messaging. |
position — Property, class dom.loadsave.LSProgressEvent |
| |
position — Property, interface dom.style.css.CSS2Properties |
| |
postMessage(message:dom.core.types:DOMString, targetOrigin:dom.core.types:DOMString) — method, class dom.Window |
|
HTML5 | Firefox 3
window.postMessage is a method for safely enabling cross-origin communication. |
postMessage(message, ports:dom.objects:MessagePortArray) — method, interface dom.objects.MessagePort |
|
Posts a message through the channel, optionally with the given ports. |
preference() — method, class dom.objects.Navigator |
|
Sets a user preference. |
preferredStyleSheetSet — Property, class dom.core.Document |
|
This attribute must be the preferred style sheet set as set by the author. |
preferredStyleSheetSet — Property, interface dom.style.stylesheets.DocumentStyle |
|
This attribute must be the preferred style sheet set as set by the author. |
prefix — Property, class dom.core.Node |
|
Returns the namespace prefix of the specified node, or null if no
prefix is specified. |
prePath — Property, class gecko.nsIURI |
|
The prePath returns the string before the path (such as
"scheme://user:password |
preventBubble() — method, class dom.events.Event |
|
Prevents the event from bubbling. |
preventCapture() — method, class dom.events.Event |
|
This method is deprecated in favor of standard stopPropagation and is removed in Gecko 1.9. |
preventDefault() — method, class dom.events.Event |
|
Cancels the event if it is cancelable, without stopping further propagation of the event. |
previous — Property, class dom.objects.History |
|
Returns the URL of the previous item in the session history
|
previousElementSibling — Property, class dom.core.Element |
|
Returns the previous sibling element node of this element. |
previousElementSibling — Property, interface elementtraversal.ElementTraversal |
|
Returns the previous sibling element node of this element. |
previousNode() — method, interface dom.tr.traversal.NodeIterator |
|
Returns the previous node in the set and moves the position of the NodeIterator backwards in the set. |
previousNode() — method, interface dom.tr.traversal.TreeWalker |
|
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the
new node. |
previousSibling — Property, class dom.core.Node |
|
Returns the node immediately preceding the specified one in its
parent's childNodes list, null if the specified node is the first
in that list. |
previousSibling() — method, interface dom.tr.traversal.TreeWalker |
|
Moves the TreeWalker to the previous sibling of the current node, and returns the new node. |
prevNamespaceURI — Property, class dom.events.MutationNameEvent |
|
The previous value of the relatedNode's namespaceURI. |
prevNodeName — Property, class dom.events.MutationNameEvent |
|
The previous value of the relatedNode's nodeName. |
prevValue — Property, class dom.events.MutationEvent |
|
Indicates the previous value of the Attr node in DOMAttrModified events,
and of the CharacterData node in DOMCharacterDataModified events. |
primitiveType — Property, class dom.style.css.CSSPrimitiveValue |
|
The type of the value as defined by the constants specified above. |
print() — method, class dom.Window |
|
DOM Level 0
Opens the Print Dialog to print the current document. |
ProcessingInstruction — class, package dom.core |
|
A processing instruction provides an opportunity for application-specific
instructions to be embedded within XML and which can be ignored by XML
processors which do not support processing their instructions (outside of
their having a place in the DOM). |
PROCESSING_INSTRUCTION_NODE — Constant Static Property, class dom.core.Node |
|
The node is a ProcessingInstruction. |
product — Property, class dom.objects.Navigator |
|
Returns the product name of the current browser. |
productSub — Property, class dom.objects.Navigator |
|
Returns the build number of the current browser. |
profile — Property, class dom.html.HTMLHeadElement |
|
URI designating a metadata profile. |
prompt(text:dom.core.types:DOMString, value:dom.core.types:DOMString) — method, class dom.Window |
|
DOM Level 0
Displays a dialog with a message prompting the user to input some text. |
prompt — Property, class dom.html.HTMLIsIndexElement |
|
The prompt message. |
protocol — Property, class dom.html.HTMLDocument |
|
Sets or retrieves the protocol portion of a URL. |
protocol — Property, class dom.objects.Location |
|
This attribute represents the scheme of the URI including the trailing colon (:). |
publicId — Property, class dom.core.DocumentType |
|
The public identifier of the external subset. |
publicId — Property, class dom.core.Entity |
|
The public identifier associated with the entity if specified, and null otherwise. |
publicId — Property, class dom.core.Notation |
|
The public identifier of this notation. |
publicId — Property, interface dom.loadsave.LSInput |
| |
|
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 |