Articles tagged: DOM Reference
Found 167 documents
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- Mozilla/B2G_OS/API/CameraCapabilities The CameraControl.capabilities property returns a CameraCapabilities object, which describes all ...
- Mozilla/B2G_OS/API/CameraCapabilities/effects The effects property value is an Array identifying the effects (such as normal, sepia, mono, ...
- Mozilla/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Mozilla/B2G_OS/API/CameraControl When you use the CameraManager.getCamera() method to get a reference to a camera, you specify a ...
- Mozilla/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Mozilla/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceNear The focusDistanceNear property value is a distance in meters used with ...
- Mozilla/B2G_OS/API/CameraControl/focusMode The focusMode property value is a string that defines which kind of focus mode the camera should ...
- Mozilla/B2G_OS/API/CameraControl/getPreviewStream This method is used to configure and access a MediaStream from the camera. The resulting stream ...
- Mozilla/B2G_OS/API/CameraControl/getPreviewStreamVideoMode This method is used to configure and access a MediaStream from the camera. You use the resulting ...
- Mozilla/B2G_OS/API/CameraControl/onClosed The onClosed property is used to set an event handler that will track when a new CameraControl ...
- Mozilla/B2G_OS/API/CameraControl/release Releases the camera so that other applications can use it. You should call this whenever the ...
- Mozilla/B2G_OS/API/CameraControl/resumePreview This method is used to resume the preview stream.
- Mozilla/B2G_OS/API/CameraControl/setConfiguration This method is used to set the camera configuration independently of the ...
- Mozilla/B2G_OS/API/CameraControl/setExposureCompensation This method is used to change the exposure compensation value.
- Mozilla/B2G_OS/API/CameraControl/startRecording This method is used to start recording a video file on the device; the video is stored as a 3gp ...
- Mozilla/B2G_OS/API/CameraControl/stopRecording Stops recording video on the device; you should call this at some point after calling ...
- Mozilla/B2G_OS/API/CameraControl/takePicture Captures a still image from the camera and passes it as a Blob to a success callback handler, ...
- Mozilla/B2G_OS/API/CameraManager The CameraManager interface provides access to any cameras available on the device being used.
- Mozilla/B2G_OS/API/DeviceStorage The DeviceStorage interface is used to access files on a specific storage area available on the ...
- Mozilla/B2G_OS/API/MozContact/familyName The familyName property is a list of all the possible family names usable for the contact.
- Mozilla/B2G_OS/API/MozContact/givenName The givenName property is a list of all the possible given names usable for the contact.
- Mozilla/B2G_OS/API/MozContact/honorificPrefix The honorificPrefix property is a list of all the possible honorific prefix usable for the contact.
- Mozilla/B2G_OS/API/MozContact/honorificSuffix The honorificSuffix property is a list of all the possible honorific suffixes usable for the ...
- Mozilla/B2G_OS/API/MozContact/id The id property is a unique string representing the contact within the device's contact database.
- Mozilla/B2G_OS/API/MozContact/init The init method is used to initialize the mozContact object using a configuration object.
- Mozilla/B2G_OS/API/MozContact/name The name property is a list of all the possible names use to identify the contact. It's ...
- Mozilla/B2G_OS/API/MozContact/published The published property provides the date of when the contact was stored for the first time on ...
- Mozilla/B2G_OS/API/MozContact/updated The updated property provides the date of when the contact was updated for the last time on the ...
- Mozilla/B2G_OS/API/MozNetworkStats/data The data property is a list of data usage statistics chunk. Each chunk is a MozNetworkStatsData ...
- Mozilla/B2G_OS/API/Telephony The Telephony interface of the Web Telephony API provides support for dialing, answering, and ...
- Mozilla/B2G_OS/API/Telephony/active The active read-only property of the Telephony interface returns a TelephonyCall object ...
- Mozilla/B2G_OS/API/Telephony/dialEmergency The dialEmergency() method of the Telephony interface dials an emergency phone number and ...
- Mozilla/B2G_OS/API/Telephony/onincoming The onincoming property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/Telephony/ownAudioChannel The ownAudioChannel() method of the Telephony interface designates the calling app as the owner ...
- Mozilla/B2G_OS/API/Telephony/ready The ready read-only property of the Telephony interface provides an asynchronous notification ...
- Mozilla/B2G_OS/API/Telephony/speakerEnabled The speakerEnabled property of the Telephony interface indicates whether or not the speakerphone ...
- Mozilla/B2G_OS/API/Telephony/startTone The startTone() method of the Telephony Interface begins generating the tone for the specified ...
- Mozilla/B2G_OS/API/Telephony/stopTone The startTone() method of the Telephony Interface stops transmitting the currently-playing DTMF ...
- Mozilla/B2G_OS/API/TelephonyCall The TelephonyCall interface of the Web Telephony API represents one telephone call, providing ...
- Mozilla/B2G_OS/API/TelephonyCall/answer The answer() method of the TelephonyCall interface answers an incoming call.
- Mozilla/B2G_OS/API/TelephonyCall/disconnectedReason The disconnectedReason read-only property of the TelephonyCall interface indicates the reason ...
- Mozilla/B2G_OS/API/TelephonyCall/emergency The emergency read-only property of the TelephonyCall interface indicates whether the current ...
- Mozilla/B2G_OS/API/TelephonyCall/error The error read-only property of the TelephonyCall interface indicates a returned error when a ...
- Mozilla/B2G_OS/API/TelephonyCall/hangUp The hangUp () method of the TelephonyCall interface hangs up an ongoing call.
- Mozilla/B2G_OS/API/TelephonyCall/hold The hold() method of the TelephonyCall interface is used to put a call on hold.
- Mozilla/B2G_OS/API/TelephonyCall/id The id read-only property of the TelephonyCall interface indicates the caller id (usually the ...
- Mozilla/B2G_OS/API/TelephonyCall/mergeable The mergeable read-only property of the TelephonyCall interface indicates whether the current ...
- Mozilla/B2G_OS/API/TelephonyCall/number The number read-only property of the TelephonyCall interface indicates the telephone number ...
- Mozilla/B2G_OS/API/TelephonyCall/onalerting The onalerting event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onbusy A reference to a function to be called to handle the Telephony API's busy event. This event ...
- Mozilla/B2G_OS/API/TelephonyCall/onconnected The onconnected event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onconnecting The onconnecting event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/ondialing The ondialing event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/ondisconnected The ondisconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/ondisconnecting The ondisconnecting event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/onerror The onerror event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/ongroupchange The ongroupchange event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/onheld The onheld event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onholding The onholding event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onincoming The onincoming () property of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/onresuming The onconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/onstatechange The onstatechange event handler of the TelephonyCall interface is a reference to a function to ...
- Mozilla/B2G_OS/API/TelephonyCall/resume The resume() method of the TelephonyCall interface is used to resume a call that was previously ...
- Mozilla/B2G_OS/API/TelephonyCall/secondId The secondId read-only property of the TelephonyCall interface indicates the second caller's id ...
- Mozilla/B2G_OS/API/TelephonyCall/secondNumber The secondNumber read-only property of the TelephonyCall interface indicates the second phone ...
- Mozilla/B2G_OS/API/TelephonyCall/serviceId The serviceId read-only property of the TelephonyCall interface indicates which telephony ...
- Mozilla/B2G_OS/API/TelephonyCall/state The state read-only property of the TelephonyCall interface returns the current state of the ...
- Mozilla/B2G_OS/API/TelephonyCall/switchable The switchable read-only property of the TelephonyCall interface indicates whether the current ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/add The add() method of the TelephonyCallGroup interface adds a specific TelephonyCall object to the ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/calls The calls read-only property of the TelephonyCallGroup interface returns an array containing all ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/hangUp The hangUp () method of the TelephonyCallGroup interface hangs up the entire conference call, ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/hold The hold () method of the TelephonyCallGroup interface puts the entire conference call on hold, ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/oncallschanged The oncallschanged property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onerror The onerror property of the Telephony interface specifies an event listener to receive error ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onheld The onheld property of the Telephony interface specifies an event listener to receive held ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onholding The onholding property of the Telephony interface specifies an event listener to receive holding ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onresuming The onresuming property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/onstatechange The onstatechange property of the Telephony interface specifies an event listener to receive ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/remove The remove () method of the TelephonyCallGroup interface removes a specific TelephonyCall object ...
- Mozilla/B2G_OS/API/TelephonyCallGroup/resume The resume () method of the TelephonyCallGroup interface resumes a previously held conference call.
- Mozilla/B2G_OS/API/Window/onmoztimechange An event handler for the moztimechange events sent to the window.
- Web/API/BlobBuilder The BlobBuilder interface provides an easy way to construct Blob objects. Just create a ...
- Web/API/BlobEvent/BlobEvent The BlobEvent() constructor returns a newly created BlobEvent object with an associated Blob.
- Web/API/BlobEvent/data The BlobEvent.data read-only property represents a Blob associated with the event.
- Web/API/ByteString ByteString is a UTF-8 String that corresponds to the set of all possible sequences of bytes. ...
- Web/API/Console/groupCollapsed Creates a new inline group in the Web Console. Unlike console.group(), however, the new group is ...
- Web/API/DeviceMotionEvent/rotationRate Returns the rate at which the device is rotating around each of its axes in degrees per second.
- Web/API/DeviceRotationRate A DeviceRotationRate object provides information about the rate at which the device is rotating ...
- Web/API/DeviceRotationRate/alpha This property indicates the rate of rotation around the Z axis -- in degrees per second -- in a ...
- Web/API/DeviceRotationRate/beta This property indicates the rate of rotation around the X axis -- in degrees per second -- in a ...
- Web/API/DeviceRotationRate/gamma This property indicates the rate of rotation around the Y axis -- in degrees per second -- in a ...
- Web/API/Document/adoptNode Adopts a node from an external document. The node and its subtree is removed from the document ...
- Web/API/Document/async document.async can be set to indicate whether a document.load call should be an asynchronous or ...
- Web/API/Document/createNSResolver Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope ...
- Web/API/Document/createRange Returns a new Range object.
- Web/API/Document/createTreeWalker The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- Web/API/Document/mozSetImageElement Changes the element being used as the CSS background for a background with a given background ...
- Web/API/Document/xmlVersion Returns the version number as specified in the XML declaration (e.g., ?xml version="1.0"?) or ...