Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- addEventListener
- alert
- atob
- blur
- btoa
- captureEvents
- clearInterval
- clearTimeout
- close
- confirm
- dispatchEvent
- find
- focus
- getComputedStyle
- getMatchedCSSRules
- getSelection
- moveBy
- moveTo
- open
- openDatabase
- postMessage
- print
- prompt
- releaseEvents
- removeEventListener
- resizeBy
- resizeTo
- scroll
- scrollBy
- scrollTo
- setInterval
- setTimeout
- showModalDialog
- stop
- toString
- webkitConvertPointFromNodeToPage
- webkitConvertPointFromPageToNode
void addEventListener(
in DOMString type,
in EventListener listener,
in boolean useCapture);
void alert(
in DOMString message);
DOMString atob(
in DOMString string) raises(DOMException);
DOMString btoa(
in DOMString string) raises(DOMException);
void clearInterval(
in long handle);
void clearTimeout(
in long handle);
boolean confirm(
in DOMString message);
boolean find(
in DOMString string,
in boolean caseSensitive,
in boolean backwards,
in boolean wrap,
in boolean wholeWord,
in boolean searchInFrames,
in boolean showDialog);
CSSRuleList getMatchedCSSRules(
in Element element,
in DOMString pseudoElement,
in boolean authorOnly);
void moveBy(
in float x,
in float y);
void moveTo(
in float x,
in float y);
DOMWindow open(
in DOMString url,
in DOMString name,
in DOMString options);
Database openDatabase(
in DOMString name,
in DOMString version,
in DOMString displayName,
in unsigned long estimatedSize) raises(DOMException);
void postMessage(
in DOMString message,
in MessagePort messagePort,
in DOMString targetOrigin) raises(DOMException);
DOMString prompt(
in DOMString message,
in DOMString defaultValue);
void removeEventListener(
in DOMString type,
in EventListener listener,
in boolean useCapture);
void resizeBy(
in float x,
in float y);
void resizeTo(
in float width,
in float height);
void scroll(
in long x,
in long y);
void scrollBy(
in long x,
in long y);
void scrollTo(
in long x,
in long y);
long setInterval(
in TimeoutHandler handler,
in long timeout);
long setTimeout(
in TimeoutHandler handler,
in long timeout);
DOMObject showModalDialog(
in DOMString url,
in DOMObject dialogArgs,
in DOMString featureArgs);
Member Data
- applicationCache
- Attr
- Audio
- CanvasRenderingContext2D
- CDATASection
- CharacterData
- clientInformation
- ClientRect
- ClientRectList
- Clipboard
- closed
- Comment
- console
- Counter
- crypto
- CSSCharsetRule
- CSSFontFaceRule
- CSSImportRule
- CSSMediaRule
- CSSPageRule
- CSSPrimitiveValue
- CSSRule
- CSSRuleList
- CSSStyleDeclaration
- CSSStyleRule
- CSSStyleSheet
- CSSValue
- CSSValueList
- CSSVariablesDeclaration
- CSSVariablesRule
- defaultStatus
- defaultstatus
- devicePixelRatio
- document
- Document
- DocumentFragment
- DocumentType
- DOMException
- DOMImplementation
- DOMParser
- DOMStringList
- Element
- Entity
- EntityReference
- event
- Event
- EventException
- File
- FileList
- frameElement
- frames
- history
- HTMLAnchorElement
- HTMLAppletElement
- HTMLAreaElement
- HTMLAudioElement
- HTMLBaseElement
- HTMLBaseFontElement
- HTMLBlockquoteElement
- HTMLBodyElement
- HTMLBRElement
- HTMLButtonElement
- HTMLCanvasElement
- HTMLCollection
- HTMLDirectoryElement
- HTMLDivElement
- HTMLDListElement
- HTMLDocument
- HTMLElement
- HTMLEmbedElement
- HTMLFieldSetElement
- HTMLFontElement
- HTMLFormElement
- HTMLFrameElement
- HTMLFrameSetElement
- HTMLHeadElement
- HTMLHeadingElement
- HTMLHRElement
- HTMLHtmlElement
- HTMLIFrameElement
- HTMLImageElement
- HTMLInputElement
- HTMLIsIndexElement
- HTMLLabelElement
- HTMLLegendElement
- HTMLLIElement
- HTMLLinkElement
- HTMLMapElement
- HTMLMarqueeElement
- HTMLMediaElement
- HTMLMenuElement
- HTMLMetaElement
- HTMLModElement
- HTMLObjectElement
- HTMLOListElement
- HTMLOptGroupElement
- HTMLOptionElement
- HTMLParagraphElement
- HTMLParamElement
- HTMLPreElement
- HTMLQuoteElement
- HTMLScriptElement
- HTMLSelectElement
- HTMLStyleElement
- HTMLTableCaptionElement
- HTMLTableCellElement
- HTMLTableColElement
- HTMLTableElement
- HTMLTableRowElement
- HTMLTableSectionElement
- HTMLTextAreaElement
- HTMLTitleElement
- HTMLUListElement
- HTMLVideoElement
- Image
- innerHeight
- innerWidth
- KeyboardEvent
- length
- localStorage
- location
- locationbar
- MediaError
- MediaList
- menubar
- MessageChannel
- MessageEvent
- MessagePort
- MimeType
- MimeTypeArray
- MouseEvent
- MutationEvent
- name
- NamedNodeMap
- navigator
- Node
- NodeFilter
- NodeList
- Notation
- offscreenBuffering
- onabort
- onbeforeunload
- onblur
- onchange
- onclick
- ondblclick
- onerror
- onfocus
- onkeydown
- onkeypress
- onkeyup
- onload
- onmousedown
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- onmousewheel
- onreset
- onresize
- onscroll
- onsearch
- onselect
- onsubmit
- onunload
- onwebkitanimationend
- onwebkitanimationiteration
- onwebkitanimationstart
- onwebkittransitionend
- opener
- Option
- outerHeight
- outerWidth
- OverflowEvent
- pageXOffset
- pageYOffset
- parent
- personalbar
- Plugin
- PluginArray
- ProcessingInstruction
- ProgressEvent
- Range
- RangeException
- Rect
- screen
- screenLeft
- screenTop
- screenX
- screenY
- scrollbars
- scrollX
- scrollY
- self
- sessionStorage
- status
- statusbar
- Storage
- StorageEvent
- StyleSheet
- StyleSheetList
- SVGAngle
- SVGColor
- SVGComponentTransferFunctionElement
- SVGException
- SVGFEBlendElement
- SVGFEColorMatrixElement
- SVGFECompositeElement
- SVGFEDisplacementMapElement
- SVGFETurbulenceElement
- SVGGradientElement
- SVGLength
- SVGMarkerElement
- SVGPaint
- SVGPathSeg
- SVGPreserveAspectRatio
- SVGRenderingIntent
- SVGTextContentElement
- SVGTextPathElement
- SVGTransform
- SVGUnitTypes
- Text
- TextEvent
- TextMetrics
- toolbar
- top
- UIEvent
- WebKitAnimationEvent
- WebKitCSSKeyframeRule
- WebKitCSSKeyframesRule
- WebKitCSSMatrix
- WebKitCSSTransformValue
- WebKitPoint
- WebKitTransitionEvent
- WheelEvent
- window
- Worker
- XMLDocument
- XMLHttpRequest
- XMLHttpRequestException
- XMLHttpRequestUpload
- XMLSerializer
- XPathEvaluator
- XPathException
- XPathResult
- XSLTProcessor
attribute AttrConstructor Attr;
attribute HTMLAudioElementConstructor Audio;
attribute CanvasRenderingContext2DConstructor CanvasRenderingContext2D;
attribute CDATASectionConstructor CDATASection;
attribute CharacterDataConstructor CharacterData;
attribute ClientRectConstructor ClientRect;
attribute ClientRectListConstructor ClientRectList;
attribute ClipboardConstructor Clipboard;
readonly attribute boolean closed;
attribute CommentConstructor Comment;
attribute CounterConstructor Counter;
readonly attribute Crypto crypto;
attribute CSSCharsetRuleConstructor CSSCharsetRule;
attribute CSSFontFaceRuleConstructor CSSFontFaceRule;
attribute CSSImportRuleConstructor CSSImportRule;
attribute CSSMediaRuleConstructor CSSMediaRule;
attribute CSSPageRuleConstructor CSSPageRule;
attribute CSSPrimitiveValueConstructor CSSPrimitiveValue;
attribute CSSRuleConstructor CSSRule;
attribute CSSRuleListConstructor CSSRuleList;
attribute CSSStyleDeclarationConstructor CSSStyleDeclaration;
attribute CSSStyleRuleConstructor CSSStyleRule;
attribute CSSStyleSheetConstructor CSSStyleSheet;
attribute CSSValueConstructor CSSValue;
attribute CSSValueListConstructor CSSValueList;
attribute CSSVariablesDeclarationConstructor CSSVariablesDeclaration;
attribute CSSVariablesRuleConstructor CSSVariablesRule;
attribute DOMString defaultStatus;
attribute DOMString defaultstatus;
attribute double devicePixelRatio;
attribute DocumentConstructor Document;
attribute DocumentFragmentConstructor DocumentFragment;
attribute DocumentTypeConstructor DocumentType;
attribute DOMCoreExceptionConstructor DOMException;
attribute DOMImplementationConstructor DOMImplementation;
attribute DOMParserConstructor DOMParser;
attribute DOMStringListConstructor DOMStringList;
attribute ElementConstructor Element;
attribute EntityConstructor Entity;
attribute EntityReferenceConstructor EntityReference;
attribute EventConstructor Event;
attribute EventExceptionConstructor EventException;
attribute FileConstructor File;
attribute FileListConstructor FileList;
readonly attribute Element frameElement;
readonly attribute History history;
attribute HTMLAnchorElementConstructor HTMLAnchorElement;
attribute HTMLAppletElementConstructor HTMLAppletElement;
attribute HTMLAreaElementConstructor HTMLAreaElement;
attribute HTMLAudioElementConstructor HTMLAudioElement;
attribute HTMLBaseElementConstructor HTMLBaseElement;
attribute HTMLBaseFontElementConstructor HTMLBaseFontElement;
attribute HTMLBlockquoteElementConstructor HTMLBlockquoteElement;
attribute HTMLBodyElementConstructor HTMLBodyElement;
attribute HTMLBRElementConstructor HTMLBRElement;
attribute HTMLButtonElementConstructor HTMLButtonElement;
attribute HTMLCanvasElementConstructor HTMLCanvasElement;
attribute HTMLCollectionConstructor HTMLCollection;
attribute HTMLDirectoryElementConstructor HTMLDirectoryElement;
attribute HTMLDivElementConstructor HTMLDivElement;
attribute HTMLDListElementConstructor HTMLDListElement;
attribute HTMLDocumentConstructor HTMLDocument;
attribute HTMLElementConstructor HTMLElement;
attribute HTMLEmbedElementConstructor HTMLEmbedElement;
attribute HTMLFieldSetElementConstructor HTMLFieldSetElement;
attribute HTMLFontElementConstructor HTMLFontElement;
attribute HTMLFormElementConstructor HTMLFormElement;
attribute HTMLFrameElementConstructor HTMLFrameElement;
attribute HTMLFrameSetElementConstructor HTMLFrameSetElement;
attribute HTMLHeadElementConstructor HTMLHeadElement;
attribute HTMLHeadingElementConstructor HTMLHeadingElement;
attribute HTMLHRElementConstructor HTMLHRElement;
attribute HTMLHtmlElementConstructor HTMLHtmlElement;
attribute HTMLIFrameElementConstructor HTMLIFrameElement;
attribute HTMLImageElementConstructor HTMLImageElement;
attribute HTMLInputElementConstructor HTMLInputElement;
attribute HTMLIsIndexElementConstructor HTMLIsIndexElement;
attribute HTMLLabelElementConstructor HTMLLabelElement;
attribute HTMLLegendElementConstructor HTMLLegendElement;
attribute HTMLLIElementConstructor HTMLLIElement;
attribute HTMLLinkElementConstructor HTMLLinkElement;
attribute HTMLMapElementConstructor HTMLMapElement;
attribute HTMLMarqueeElementConstructor HTMLMarqueeElement;
attribute HTMLMediaElementConstructor HTMLMediaElement;
attribute HTMLMenuElementConstructor HTMLMenuElement;
attribute HTMLMetaElementConstructor HTMLMetaElement;
attribute HTMLModElementConstructor HTMLModElement;
attribute HTMLObjectElementConstructor HTMLObjectElement;
attribute HTMLOListElementConstructor HTMLOListElement;
attribute HTMLOptGroupElementConstructor HTMLOptGroupElement;
attribute HTMLOptionElementConstructor HTMLOptionElement;
attribute HTMLParagraphElementConstructor HTMLParagraphElement;
attribute HTMLParamElementConstructor HTMLParamElement;
attribute HTMLPreElementConstructor HTMLPreElement;
attribute HTMLQuoteElementConstructor HTMLQuoteElement;
attribute HTMLScriptElementConstructor HTMLScriptElement;
attribute HTMLSelectElementConstructor HTMLSelectElement;
attribute HTMLStyleElementConstructor HTMLStyleElement;
attribute HTMLTableCaptionElementConstructor HTMLTableCaptionElement;
attribute HTMLTableCellElementConstructor HTMLTableCellElement;
attribute HTMLTableColElementConstructor HTMLTableColElement;
attribute HTMLTableElementConstructor HTMLTableElement;
attribute HTMLTableRowElementConstructor HTMLTableRowElement;
attribute HTMLTableSectionElementConstructor HTMLTableSectionElement;
attribute HTMLTextAreaElementConstructor HTMLTextAreaElement;
attribute HTMLTitleElementConstructor HTMLTitleElement;
attribute HTMLUListElementConstructor HTMLUListElement;
attribute HTMLVideoElementConstructor HTMLVideoElement;
attribute HTMLImageElementConstructor Image;
attribute long innerHeight;
attribute long innerWidth;
attribute KeyboardEventConstructor KeyboardEvent;
attribute unsigned long length;
readonly attribute Storage localStorage;
attribute MediaErrorConstructor MediaError;
attribute MediaListConstructor MediaList;
attribute MessageChannelConstructor MessageChannel;
attribute MessageEventConstructor MessageEvent;
attribute MessagePortConstructor MessagePort;
attribute MimeTypeConstructor MimeType;
attribute MimeTypeArrayConstructor MimeTypeArray;
attribute MouseEventConstructor MouseEvent;
attribute MutationEventConstructor MutationEvent;
attribute DOMString name;
attribute NamedNodeMapConstructor NamedNodeMap;
attribute NodeConstructor Node;
attribute NodeFilterConstructor NodeFilter;
attribute NodeListConstructor NodeList;
attribute NotationConstructor Notation;
attribute boolean offscreenBuffering;
attribute HTMLOptionElementConstructor Option;
attribute long outerHeight;
attribute long outerWidth;
attribute OverflowEventConstructor OverflowEvent;
readonly attribute long pageXOffset;
readonly attribute long pageYOffset;
attribute PluginConstructor Plugin;
attribute PluginArrayConstructor PluginArray;
attribute ProcessingInstructionConstructor ProcessingInstruction;
attribute ProgressEventConstructor ProgressEvent;
attribute RangeConstructor Range;
attribute RangeExceptionConstructor RangeException;
attribute RectConstructor Rect;
readonly attribute Screen screen;
attribute long screenLeft;
attribute long screenTop;
readonly attribute Storage sessionStorage;
attribute DOMString status;
attribute StorageConstructor Storage;
attribute StorageEventConstructor StorageEvent;
attribute StyleSheetConstructor StyleSheet;
attribute StyleSheetListConstructor StyleSheetList;
attribute SVGAngleConstructor SVGAngle;
attribute SVGColorConstructor SVGColor;
attribute SVGComponentTransferFunctionElementConstructor SVGComponentTransferFunctionElement;
attribute SVGExceptionConstructor SVGException;
attribute SVGFEBlendElementConstructor SVGFEBlendElement;
attribute SVGFEColorMatrixElementConstructor SVGFEColorMatrixElement;
attribute SVGFECompositeElementConstructor SVGFECompositeElement;
attribute SVGFEDisplacementMapElementConstructor SVGFEDisplacementMapElement;
attribute SVGFETurbulenceElementConstructor SVGFETurbulenceElement;
attribute SVGGradientElementConstructor SVGGradientElement;
attribute SVGLengthConstructor SVGLength;
attribute SVGMarkerElementConstructor SVGMarkerElement;
attribute SVGPaintConstructor SVGPaint;
attribute SVGPathSegConstructor SVGPathSeg;
attribute SVGPreserveAspectRatioConstructor SVGPreserveAspectRatio;
attribute SVGRenderingIntentConstructor SVGRenderingIntent;
attribute SVGTextContentElementConstructor SVGTextContentElement;
attribute SVGTextPathElementConstructor SVGTextPathElement;
attribute SVGTransformConstructor SVGTransform;
attribute SVGUnitTypesConstructor SVGUnitTypes;
attribute TextConstructor Text;
attribute TextEventConstructor TextEvent;
attribute TextMetricsConstructor TextMetrics;
attribute UIEventConstructor UIEvent;
attribute WebKitAnimationEventConstructor WebKitAnimationEvent;
attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule;
attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule;
attribute WebKitCSSMatrixConstructor WebKitCSSMatrix;
attribute WebKitCSSTransformValueConstructor WebKitCSSTransformValue;
attribute WebKitPointConstructor WebKitPoint;
attribute WebKitTransitionEventConstructor WebKitTransitionEvent;
attribute WheelEventConstructor WheelEvent;
attribute WorkerConstructor Worker;
attribute DocumentConstructor XMLDocument;
attribute XMLHttpRequestConstructor XMLHttpRequest;
attribute XMLHttpRequestExceptionConstructor XMLHttpRequestException;
attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload;
attribute XMLSerializerConstructor XMLSerializer;
attribute XPathEvaluatorConstructor XPathEvaluator;
attribute XPathExceptionConstructor XPathException;
attribute XPathResultConstructor XPathResult;
attribute XSLTProcessorConstructor XSLTProcessor;
Last Updated: 2009-05-29