Articles tagged: DOM
Found 994 documents
- Archive/Add-ons/Code_snippets/HTML_to_DOM Although you can now natively parse HTML using DOMParser and XMLHttpRequest, this is a new ...
- Archive/Add-ons/Code_snippets/QuerySelector Along the lines of other frameworks such as jQuery or Prototype, shortening the "querySelector" ...
- Archive/Add-ons/Code_snippets/Rosetta By default, the only possible standardized scripting language for HTML is ECMAScript. Hence, if ...
- Archive/Add-ons/Code_snippets/Timers/Daemons In computer science a daemon is a task that runs as a background process, rather than being ...
- Archive/Add-ons/Listening_to_events_in_Firefox_extensions Gecko uses events to pass information about interesting things that have occurred along to the ...
- Archive/Add-ons/Overlay_Extensions/XUL_School/Adding_Events_and_Commands Just like with HTML, most JavaScript code execution is triggered by event handlers attached to ...
- Archive/B2G_OS/API/BluetoothManager The BluetoothManager interface of the Web Bluetooth API allows to access all Bluetooth adapters ...
- Archive/B2G_OS/API/CameraCapabilities The CameraControl.capabilities property returns a CameraCapabilities object, which describes all ...
- Archive/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Archive/B2G_OS/API/CameraControl When you use the CameraManager.getCamera() method to get a reference to a camera, you specify a ...
- Archive/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Archive/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...
- Archive/B2G_OS/API/CameraControl/focusDistanceNear The focusDistanceNear property value is a distance in meters used with ...
- Archive/B2G_OS/API/CameraControl/focusMode The focusMode property value is a string that defines which kind of focus mode the camera should ...
- Archive/B2G_OS/API/CameraControl/getPreviewStream This method is used to configure and access a MediaStream from the camera. The resulting stream ...
- Archive/B2G_OS/API/CameraControl/getPreviewStreamVideoMode This method is used to configure and access a MediaStream from the camera. You use the resulting ...
- Archive/B2G_OS/API/CameraControl/onClosed The onClosed property is used to set an event handler that will track when a new CameraControl ...
- Archive/B2G_OS/API/CameraControl/pauseRecording The pauseRecording() method of the CameraControl interface is used to pause the recording of a ...
- Archive/B2G_OS/API/CameraControl/release Releases the camera so that other applications can use it. You should call this whenever the ...
- Archive/B2G_OS/API/CameraControl/resumePreview This method is used to resume the preview stream.
- Archive/B2G_OS/API/CameraControl/resumeRecording The resumeRecording() method of the CameraControl interface is used to resume the recording of a ...
- Archive/B2G_OS/API/CameraControl/setConfiguration This method is used to set the camera configuration independently of the ...
- Archive/B2G_OS/API/CameraControl/setExposureCompensation This method is used to change the exposure compensation value.
- Archive/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 ...
- Archive/B2G_OS/API/CameraControl/stopRecording Stops recording video on the device; you should call this at some point after calling ...
- Archive/B2G_OS/API/CameraControl/takePicture Captures a still image from the camera and passes it as a Blob to a success callback handler, ...
- Archive/B2G_OS/API/CameraManager The CameraManager interface provides access to any cameras available on the device being used.
- Archive/B2G_OS/API/Camera_API/Introduction Through the Camera API, it is possible to take pictures with your device's camera and upload ...
- Archive/B2G_OS/API/DeviceStorage The DeviceStorage interface is used to access files on a specific storage area available on the ...
- Archive/B2G_OS/API/DOMApplication/launch This method doesn't return anything.
- Archive/B2G_OS/API/DOMCursor A DOMCursor object represents an ongoing operation over a list of results. It is an enhanced ...
- Archive/B2G_OS/API/DOMCursor/continue The continue method is used to tell the cursor to move to the next result. The DOMCursor 's ...
- Archive/B2G_OS/API/DOMCursor/done The done property indicate if the DOMCursor has reached the last result.
- Archive/B2G_OS/API/DOMRequest A DOMRequest object represents an ongoing operation. It provides callbacks that are called when ...
- Archive/B2G_OS/API/DOMRequest/error This property can contain error information in a DOMError object.
- Archive/B2G_OS/API/DOMRequest/onerror This property specifies a callback function to be run when a DOMRequest fails.
- Archive/B2G_OS/API/DOMRequest/onsuccess This property specifies a callback function to be run when a DOMRequest completes successfully.
- Archive/B2G_OS/API/DOMRequest/readyState This property is a string that indicates whether or not a DOMRequest operation has finished running.
- Archive/B2G_OS/API/DOMRequest/result This property provides the result value from a DOMRequest operation.
- Archive/B2G_OS/API/MMICall The MMICall interface of the Web Telephony API represents an MMI call, allowing us to receive ...
- Archive/B2G_OS/API/MMICall/result The result read-only property of the MMICall interface returns a promise that resolves to a ...
- Archive/B2G_OS/API/MozContact/familyName The familyName property is a list of all the possible family names usable for the contact.
- Archive/B2G_OS/API/MozContact/givenName The givenName property is a list of all the possible given names usable for the contact.
- Archive/B2G_OS/API/MozContact/honorificPrefix The honorificPrefix property is a list of all the possible honorific prefix usable for the contact.
- Archive/B2G_OS/API/MozContact/honorificSuffix The honorificSuffix property is a list of all the possible honorific suffixes usable for the ...
- Archive/B2G_OS/API/MozContact/id The id property is a unique string representing the contact within the device's contact database.
- Archive/B2G_OS/API/MozContact/init The init method is used to initialize the mozContact object using a configuration object.
- Archive/B2G_OS/API/MozContact/name The name property is a list of all the possible names use to identify the contact. It's ...
- Archive/B2G_OS/API/MozContact/published The published property provides the date of when the contact was stored for the first time on ...
- Archive/B2G_OS/API/MozContact/updated The updated property provides the date of when the contact was updated for the last time on the ...
- Archive/B2G_OS/API/MozMmsEvent The DOM MozMmsEvent represents events related to WebSMS MMS messages.
- Archive/B2G_OS/API/MozMmsMessage/attachments The attachments property gives access to the list of all the MMS attachments (resources ...
- Archive/B2G_OS/API/MozMmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Archive/B2G_OS/API/MozMmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Archive/B2G_OS/API/MozMmsMessage/expiryDate The expiryDate property represents the expiry date for an MMS to be manually downloaded.
- Archive/B2G_OS/API/MozMmsMessage/id The id property represents the unique id of the message.
- Archive/B2G_OS/API/MozMmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Archive/B2G_OS/API/MozMmsMessage/receivers The receivers property provides the list of all receivers for a given message. Each receiver is ...
- Archive/B2G_OS/API/MozMmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Archive/B2G_OS/API/MozMmsMessage/smil The smil property represents a stringified version of the SMIL content of the message (an MMS is ...
- Archive/B2G_OS/API/MozMmsMessage/subject The subject property is a string representing the subject of the message (in many cases, its title).
- Archive/B2G_OS/API/MozMmsMessage/threadId The threadId property represents the id of the thread the message is part of.
- Archive/B2G_OS/API/MozMmsMessage/timestamp The timestamp property represents the timestamp of a given message.
- Archive/B2G_OS/API/MozMmsMessage/type The type property represents the type of the message. It provides a convenient way to be sure ...
- Archive/B2G_OS/API/MozMobileCellInfo/gsmCellId gsmCellId is a read-only property that provides the mobile Cell ID for the current GSM / WCDMA ...
- Archive/B2G_OS/API/MozMobileCFInfo The MozMobileCFInfo interface defines options used to retrieve or define call forwarding settings.
- Archive/B2G_OS/API/MozMobileConnection/onussdreceived The onussdreceived property specifies an event listener to receive ussdreceived events. These ...
- Archive/B2G_OS/API/MozMobileConnectionInfo/relSignalStrength relSignalStrength is a read-only property that gives the signal strength, represented linearly ...
- Archive/B2G_OS/API/MozMobileMessageManager/delete The delete method is used to delete a given message.
- Archive/B2G_OS/API/MozMobileMessageManager/getMessage The getMessage method is used to access a given SMS message.
- Archive/B2G_OS/API/MozMobileMessageManager/getMessages The getMessages method is used to access a list of messages.
- Archive/B2G_OS/API/MozMobileMessageManager/getSegmentInfoForText The getSegmentInfoForText method is used to get the information necessary to create a multi-part ...
- Archive/B2G_OS/API/MozMobileMessageManager/getThreads The getThreads method is used to iterate through a list of MozMobileMessageThread objects. Each ...
- Archive/B2G_OS/API/MozMobileMessageManager/markMessageRead The markMessageRead method is used to change the read state of a given message.
- Archive/B2G_OS/API/MozMobileMessageManager/ondeliveryerror Specifies an event listener to receive deliveryerror events. These events occur when an SMS or ...
- Archive/B2G_OS/API/MozMobileMessageManager/ondeliverysuccess Specifies an event listener to receive deliverysuccess events. These events occur when an SMS or ...
- Archive/B2G_OS/API/MozMobileMessageManager/onfailed Specifies an event listener to receive failed events. These events occur when an SMS or MMS has ...
- Archive/B2G_OS/API/MozMobileMessageManager/onreceived Specifies an event listener to receive received events. These events occur when an SMS or MMS is ...
- Archive/B2G_OS/API/MozMobileMessageManager/onretrieving Specifies an event listener to receive retrieving events. These events occur when an SMS or MMS ...
- Archive/B2G_OS/API/MozMobileMessageManager/onsending Specifies an event listener to receive sending events. These events occur when an SMS or MMS ...
- Archive/B2G_OS/API/MozMobileMessageManager/onsent Specifies an event listener to receive sent events. These events occur when an SMS or MMS is sent.
- Archive/B2G_OS/API/MozMobileMessageManager/retrieveMMS The retrieveMMS method is used to access a given MMS message.
- Archive/B2G_OS/API/MozMobileMessageManager/send The send method is used to send an SMS message to one or more receivers.
- Archive/B2G_OS/API/MozMobileMessageManager/sendMMS The sendMMS method is used to send an MMS message to one or more receivers.
- Archive/B2G_OS/API/MozMobileMessageThread/body The body property represents the body of the last message available in the thread.
- Archive/B2G_OS/API/MozMobileMessageThread/id The id property represents the unique id of the thread. Each message belonging to that thread ...
- Archive/B2G_OS/API/MozMobileMessageThread/lastMessageType The lastMessageType property represents the type of the last message in the thread.
- Archive/B2G_OS/API/MozMobileMessageThread/participants The participants property is a list of all the participants' addresses to the thread.
- Archive/B2G_OS/API/MozMobileMessageThread/timestamp The timestamp property represent the timestamp of the last message is the thread.
- Archive/B2G_OS/API/MozMobileMessageThread/unreadCount The unreadCount property represents the number of unread messages belonging to the thread.
- Archive/B2G_OS/API/MozMobileNetworkInfo/mcc The mcc is a read-only property that represents the Mobile Country Code (MCC) of the network ...
- Archive/B2G_OS/API/MozMobileNetworkInfo/shortName shortName is a read-only property that gives the long name of the network operator.
- Archive/B2G_OS/API/MozNetworkStats/data The data property is a list of data usage statistics chunk. Each chunk is a MozNetworkStatsData ...
- Archive/B2G_OS/API/MozSmsEvent The DOM MozSmsEvent represents events related to WebSMS text messages.
- Archive/B2G_OS/API/MozSmsEvent/message The message property is the MozSmsMessage from which the event originated
- Archive/B2G_OS/API/MozSmsFilter The MozSmsFilter interface provides a way to filter out MozSmsMessage or MozMmsMessage objects ...
- Archive/B2G_OS/API/MozSmsFilter/delivery The delivery property represents a possible value to match the messages' delivery property to ...
- Archive/B2G_OS/API/MozSmsFilter/endDate The endDate property represents the newest message's timestamp to filter out messages.
- Archive/B2G_OS/API/MozSmsFilter/numbers The numbers property represents a list of phone numbers to filter out messages.
- Archive/B2G_OS/API/MozSmsFilter/read The read property allows to filter out messages based on their read (true) or unread (false) status.