Articles tagged: NeedsExample
Found 493 documents
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.mgmt.clearWatch Removes a watch callback function. After this function is called, the specified watch callback ...
- Archive/Marketplace/API/App_installation_and_management_APIs/navigator.mozApps.mgmt.uninstall Uninstalls an app from the user's repository.
- Games/Techniques/3D_on_the_web For rich gaming experiences on the Web the weapon of choice is WebGL, which is rendered on HTML ...
- Games/Tutorials/Touch_Event_Horizon This tutorial shows how to use Touch Events to create a game on a canvas. This is a multi-player ...
- Learn/Drafts/Web_security This competency demonstrates skills around the top of web security, which is a subset of ...
- Mozilla/Add-ons/Performance_best_practices_in_extensions One of Firefox's great advantages is its extreme extensibility. Extensions can do almost ...
- Mozilla/B2G_OS/API/MozIccManager The MozIccManager interface gives access to ICC related functionalities.
- Mozilla/B2G_OS/API/MozMobileNetworkInfo The MozMobileNetworkInfo interface allows access to information related to the network carrier. ...
- Mozilla/Firefox/Releases/3/Using_an_external_spell_checker Starting with Firefox 3 (as well as Thunderbird 3 and SeaMonkey 2), you can now install an ...
- Mozilla/Firefox/Releases/4/The_add-on_bar Firefox 4 eliminates the status bar from the bottom of the browser window in favor of a new ...
- Mozilla/JavaScript_code_modules/Geometry.jsm/Rect The Rect class offers methods for performing common geometry operations on rectangles in two ...
- Mozilla/Projects/SpiderMonkey/Compartments
- Mozilla/Tech/XPCOM/How_to_pass_an_XPCOM_object_to_a_new_window If you want to be able to call functions within an XPCOM object from a XUL window's code, you ...
- Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.getWeakReference This method was introduced in Firefox 3 and is used for obtaining a weak reference for an ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIJSON Implemented by: @mozilla.org/dom/json;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsINetworkLinkService Implemented by: @mozilla.org/network/network-link-service;1 as a service:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWindowsRegKey The interface represents a single key in the registry.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXFormsNSInstanceElement nsIXFormsNSInstanceElement is implemented by all XForms instance/ elements, defining Mozilla ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXFormsNSModelElement nsIXFormsNSModelElement is implemented by all XForms model/ elements. It defines Mozilla ...
- Mozilla/Tech/XUL/action Used to specify the content that should be generated for each matching result from a query. The ...
- Mozilla/Tech/XUL/richlistitem An individual item in a richlistbox.
- Mozilla/Tech/XUL/tab A single tab which should be placed inside a tabs element. The user may click a tab to bring the ...
- Mozilla/Tech/XUL/template Used to declare a template for rule-based construction of elements. Elements are constructed ...
- Mozilla/Tech/XUL/toolbarset Firefox only
- Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute The aria-relevant attribute is an optional value used to describe what types of changes have ...
- Web/Accessibility/ARIA/ARIA_Techniques/Using_the_progressbar_role This technique demonstrates how to use the progressbar role.
- Web/API/AudioContext/mozAudioChannelType The readonly mozAudioChannelType property of the AudioContext interface can be used to set the ...
- Web/API/Body/formData The formData() method of the Body mixin takes a Response stream and reads it to completion. It ...
- Web/API/Cache/addAll The addAll() method of the Cache interface takes an array of URLS, retrieves them, and adds the ...
- Web/API/Cache/delete The delete() method of the Cache interface finds the Cache entry whose key is the request, and ...
- Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
- Web/API/Client/frameType The frameType read-only property of the Client interface indicates the type of browsing context ...
- Web/API/Client/id The id read-only property of the Client interface returns the universally unique identifier ...
- Web/API/Connection/bandwidth The Connection.bandwidth read-only property is a double representing the estimated download ...
- Web/API/Connection/metered The Connection.metered read-only property is a Boolean flag indicating if the connection is ...
- Web/API/Connection/onchange The Connection.onchange property represent an event listener for change events. These events ...
- Web/API/CSSPrimitiveValue/getCounterValue The getCounterValue() method of the CSSPrimitiveValue interface is used to get the counter ...
- Web/API/CSSPrimitiveValue/setFloatValue The setFloatValue() method of the CSSPrimitiveValue interface is used to set a float value. If ...
- Web/API/CSSPrimitiveValue/setStringValue The setStringValue() method of the CSSPrimitiveValue interface is used to set a string value. If ...
- Web/API/CSSValue The CSSValue interface represents the current computed value of a CSS property.
- Web/API/CSSValueList/item The item() method of the CSSValueList interface is used to retrieve a CSSValue by ordinal index.
- Web/API/CSSValueList/length The length read-only property of the CSSValueList interface represents the number of CSSValue s ...
- Web/API/CustomEvent This interface inherits properties from its parent, Event :
- Web/API/DeviceAcceleration A DeviceAcceleration object provides information about the amount of acceleration the device is ...
- Web/API/DeviceMotionEvent/acceleration The acceleration property returns the amount of acceleration recorded by the device, in meters ...
- Web/API/DeviceMotionEvent/accelerationIncludingGravity The accelerationIncludingGravity property returns the amount of acceleration recorded by the ...
- Web/API/DeviceMotionEvent/interval Returns the interval, in milliseconds, at which data is obtained from the underlaying hardware. ...
- Web/API/DeviceMotionEvent/rotationRate Returns the rate at which the device is rotating around each of its axes in degrees per second.
- Web/API/DeviceOrientationEvent/absolute Indicates whether or not the device is providing orientation data absolutely (that is, in ...
- Web/API/DeviceOrientationEvent/alpha Returns the rotation of the device around the Z axis; that is, the number of degrees by which ...
- Web/API/DeviceOrientationEvent/beta Returns the rotation of the device around the X axis; that is, the number of degrees, ranged ...
- Web/API/DeviceOrientationEvent/gamma Returns the rotation of the device around the Y axis; that is, the number of degrees, ranged ...
- Web/API/DeviceProximityEvent/max The max property provides the maximum sensing distance the sensor is able to report, in centimeters.
- Web/API/DeviceProximityEvent/min The min property provides the minimum distance the sensor can report, in centimeters.
- Web/API/DeviceProximityEvent/value The value property of DeviceProximityEvent objects provides the current distance between the ...
- Web/API/Document/adoptNode Adopts a node from an external document. The node and its subtree is removed from the document ...
- Web/API/Document/clear This method used to clear the whole specified document in early (pre-1.0) versions of Mozilla.
- Web/API/Document/documentURI The documentURI property of the Document interface returns the document location as a string.
- Web/API/Document/embeds embeds returns a list of the embedded OBJECTS within the current document.
- Web/API/Document/execCommand When an HTML document has been switched to designMode, the document object exposes the ...
- Web/API/Document/queryCommandState TBD
- Web/API/Document/scripts Returns a list of the script elements in the document. The returned object is an HTMLCollection.
- Web/API/Document/URL The URL read-only property of the Document interface returns the document location as a string.
- Web/API/Document/vlinkColor Gets/sets the color of links that the user has visited in the document.
- Web/API/Element/currentStyle Element.currentStyle is a property which is a proprietary alternative to the standardized ...
- Web/API/Element/runtimeStyle Element.runtimeStyle is a proprietary property similar to HTMLElement.style, except its styles, ...
- Web/API/Element/tabStop The tabStop property of the Element interface returns a Boolean indicating if the element can ...
- Web/API/Event/Comparison_of_Event_Targets It's easy to get confused about which target to examine when writing an event handler. This ...
- Web/API/Event/originalTarget The original target of the event before any retargetings. (Mozilla-specific)
- Web/API/FileSystem/name The read-only name property of the FileSystem interface indicates the file system's name. This ...
- Web/API/FileSystem/root The read-only root property of the FileSystem interface specifies a FileSystemDirectoryEntry ...
- Web/API/Geolocation/clearWatch The Geolocation.clearWatch() method is used to unregister location/error monitoring handlers ...
- Web/API/Geolocation/getCurrentPosition The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- Web/API/Geolocation/watchPosition The Geolocation.watchPosition() method is used to register a handler function that will be ...
- Web/API/GlobalEventHandlers/onmouseout The onmouseout property returns the onMouseOut event handler code on the current element.
- Web/API/GlobalEventHandlers/onmouseup The onmouseup property returns the onMouseUp event handler code on the current element.
- Web/API/HTMLElement/blur The HTMLElement.blur() method removes keyboard focus from the current element.
- Web/API/HTMLElement/focus The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- Web/API/HTMLElement/isContentEditable The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the ...
- Web/API/HTMLOptionElement/Option Constructor for creating an HTMLOptionElement. The Option constructor is from the very early ...
- Web/API/HTMLOptionsCollection HTMLOptionsCollection is an interface representing a collection of HTML option elements (in ...
- Web/API/IDBObjectStore/index An IDBIndex object for accessing the index.
- Web/API/IDBVersionChangeEvent/version The version property of the IDBVersionChangeEvent interface returns The new version of the ...
- Web/API/IDBVersionChangeRequest/setVersion For older WebKit browsers, call this method before creating or deleting an object store.
- Web/API/IdentityManager/get This function enables a web site to use BrowserID to authenticate its users. Call it in the ...
- Web/API/IdentityManager/getVerifiedEmail This function enables a web site to use BrowserID to authenticate its users. Call it in the ...
- Web/API/IdentityManager/watch This function registers callbacks that respond to a Persona user logging in or out.
- Web/API/MediaKeyMessageEvent The MediaKeyMessageEvent interface of the EncryptedMediaExtensions API contains the content and ...
- Web/API/MediaKeys The MediaKeys interface of EncryptedMediaExtensions API the represents a set of keys that an ...
- Web/API/MediaKeySession The MediaKeySession interface of the EncryptedMediaExtensions API represents a context for ...
- Web/API/MediaKeySession/close The MediaKeySession.close() method notifies that the current media session is no longer needed, ...
- Web/API/MediaKeySession/closed The MediaKeySession.closed read-only property returns a Promise signaling when a MediaKeySession ...
- Web/API/MediaKeySession/expiration The MediaKeySession.expiration read-only property returns the time after which the keys in the ...
- Web/API/MediaKeySession/generateRequest The MediaKeySession.generateRequest() method returns a Promise after generating a media request ...
- Web/API/MediaKeySession/keyStatuses The MediaKeySession.keyStatuses read-only property returns a reference to a read-only ...
- Web/API/MediaKeySession/load The MediaKeySession.load() method returns a Promise that resolves to a boolean value after ...
- Web/API/MediaKeySession/remove The MediaKeySession.remove() method returns a Promise after removing any session data associated ...
- Web/API/MediaKeySession/sessionId The MediaKeySession.sessionId read-only property contains a unique string generated by the ...
- Web/API/MediaKeySession/update The MediaKeySession.update() method loads messages and licenses to the CDM, and then returns a ...
- Web/API/MediaKeySystemAccess The MediaKeySystemAccess interface of the EncryptedMediaExtensions API provides access to a Key ...