Articles tagged: DOM
Found 929 documents
- AJAX
- Archive/Firefox_OS/API/DOMApplication/launch This method doesn't return anything.
- Archive/JXON JXON (lossless J avaScript X ML O bject N otation) is a generic name by which is defined the ...
- Archive/Web/Browser_feature_detection Summary: An experimental approach to discovering degree of support for Standards
- Archive/Web/Displaying_notifications_(deprecated) Firefox offers support for "desktop notifications"; these are notifications that are displayed ...
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- Correctly_Using_Titles_With_External_Stylesheets External stylesheets are often associated with HTML documents using the link rel="stylesheet" ...
- Extensions/Using_the_DOM_File_API_in_chrome_code If you want to use the DOM File API in chrome code, you can do so without restriction. In fact, ...
- Glossary/Cross-site_scripting Cross-site scripting (XSS) is a security exploit which allows an attacker to inject into a ...
- Glossary/DOM The DOM (Document Object Model) is an API that represents and interacts with any HTML or XML ...
- Inner_and_outer_windows This article will try to explain the concepts of inner and outer windows.
- Introduction_to_using_XPath_in_JavaScript This document describes the interface for using XPath in JavaScript internally, in extensions, ...
- JavaScript-DOM_Prototypes_in_Mozilla When a DOM node is accessed from JavaScript in Mozilla, the native C++ DOM node is wrapped using ...
- Learn/CSS/Introduction_to_CSS/How_CSS_works CSS (Cascading Style Sheets) allows you to create great looking web pages, but how does it work ...
- Listening_to_events_in_Firefox_extensions Gecko uses events to pass information about interesting things that have occurred along to the ...
- Mozilla/Add-ons/Code_snippets/HTML_to_DOM Although you can now natively parse HTML using DOMParser and XMLHttpRequest, this is a new ...
- Mozilla/Add-ons/Code_snippets/QuerySelector Along the lines of other frameworks such as jQuery or Prototype, shortening the "querySelector" ...
- Mozilla/Add-ons/Code_snippets/Rosetta By default, the only possible standardized scripting language for HTML is ECMAScript. Hence, if ...
- Mozilla/Add-ons/Code_snippets/Timers/Daemons In computer science a daemon is a task that runs as a background process, rather than being ...
- Mozilla/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 ...
- Mozilla/Adding_a_new_event Roughly, there are 3 types of event. First, you need to choose which type you need.
- Mozilla/B2G_OS/API/BluetoothManager The BluetoothManager interface of the Web Bluetooth API allows to access all Bluetooth adapters ...
- Mozilla/B2G_OS/API/CameraCapabilities The CameraControl.capabilities property returns a CameraCapabilities object, which describes all ...
- 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/pauseRecording The pauseRecording() method of the CameraControl interface is used to pause the recording of a ...
- 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/resumeRecording The resumeRecording() method of the CameraControl interface is used to resume the recording of a ...
- 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/Camera_API/Introduction Through the Camera API, it is possible to take pictures with your device's camera and upload ...
- 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/DOMCursor A DOMCursor object represents an ongoing operation over a list of results. It is an enhanced ...
- Mozilla/B2G_OS/API/DOMCursor/continue The continue method is used to tell the cursor to move to the next result. The DOMCursor 's ...
- Mozilla/B2G_OS/API/DOMCursor/done The done property indicate if the DOMCursor has reached the last result.
- Mozilla/B2G_OS/API/DOMRequest A DOMRequest object represents an ongoing operation. It provides callbacks that are called when ...
- Mozilla/B2G_OS/API/DOMRequest/error This property can contain error information in a DOMError object.
- Mozilla/B2G_OS/API/DOMRequest/onerror This property specifies a callback function to be run when a DOMRequest fails.
- Mozilla/B2G_OS/API/DOMRequest/onsuccess This property specifies a callback function to be run when a DOMRequest completes successfully.
- Mozilla/B2G_OS/API/DOMRequest/readyState This property is a string that indicates whether or not a DOMRequest operation has finished running.
- Mozilla/B2G_OS/API/DOMRequest/result This property provides the result value from a DOMRequest operation.
- Mozilla/B2G_OS/API/MMICall The MMICall interface of the Web Telephony API represents an MMI call, allowing us to receive ...
- Mozilla/B2G_OS/API/MMICall/result The result read-only property of the MMICall interface returns a promise that resolves to a ...
- 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/MozMmsEvent The DOM MozMmsEvent represents events related to WebSMS MMS messages.
- Mozilla/B2G_OS/API/MozMmsMessage/attachments The attachments property gives access to the list of all the MMS attachments (resources ...
- Mozilla/B2G_OS/API/MozMmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Mozilla/B2G_OS/API/MozMmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Mozilla/B2G_OS/API/MozMmsMessage/expiryDate The expiryDate property represents the expiry date for an MMS to be manually downloaded.
- Mozilla/B2G_OS/API/MozMmsMessage/id The id property represents the unique id of the message.
- Mozilla/B2G_OS/API/MozMmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Mozilla/B2G_OS/API/MozMmsMessage/receivers The receivers property provides the list of all receivers for a given message. Each receiver is ...
- Mozilla/B2G_OS/API/MozMmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Mozilla/B2G_OS/API/MozMmsMessage/smil The smil property represents a stringified version of the SMIL content of the message (an MMS is ...
- Mozilla/B2G_OS/API/MozMmsMessage/subject The subject property is a string representing the subject of the message (in many cases, its title).
- Mozilla/B2G_OS/API/MozMmsMessage/threadId The threadId property represents the id of the thread the message is part of.
- Mozilla/B2G_OS/API/MozMmsMessage/timestamp The timestamp property represents the timestamp of a given message.
- Mozilla/B2G_OS/API/MozMmsMessage/type The type property represents the type of the message. It provides a convenient way to be sure ...
- Mozilla/B2G_OS/API/MozMobileCellInfo/gsmCellId gsmCellId is a read-only property that provides the mobile Cell ID for the current GSM / WCDMA ...
- Mozilla/B2G_OS/API/MozMobileCFInfo The MozMobileCFInfo interface defines options used to retrieve or define call forwarding settings.
- Mozilla/B2G_OS/API/MozMobileConnection/onussdreceived The onussdreceived property specifies an event listener to receive ussdreceived events. These ...
- Mozilla/B2G_OS/API/MozMobileConnectionInfo/relSignalStrength relSignalStrength is a read-only property that gives the signal strength, represented linearly ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/delete The delete method is used to delete a given message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getMessage The getMessage method is used to access a given SMS message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getMessages The getMessages method is used to access a list of messages.
- Mozilla/B2G_OS/API/MozMobileMessageManager/getSegmentInfoForText The getSegmentInfoForText method is used to get the information necessary to create a multi-part ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/getThreads The getThreads method is used to iterate through a list of MozMobileMessageThread objects. Each ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/markMessageRead The markMessageRead method is used to change the read state of a given message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/ondeliveryerror Specifies an event listener to receive deliveryerror events. These events occur when an SMS or ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/ondeliverysuccess Specifies an event listener to receive deliverysuccess events. These events occur when an SMS or ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onfailed Specifies an event listener to receive failed events. These events occur when an SMS or MMS has ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onreceived Specifies an event listener to receive received events. These events occur when an SMS or MMS is ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onretrieving Specifies an event listener to receive retrieving events. These events occur when an SMS or MMS ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onsending Specifies an event listener to receive sending events. These events occur when an SMS or MMS ...
- Mozilla/B2G_OS/API/MozMobileMessageManager/onsent Specifies an event listener to receive sent events. These events occur when an SMS or MMS is sent.
- Mozilla/B2G_OS/API/MozMobileMessageManager/retrieveMMS The retrieveMMS method is used to access a given MMS message.
- Mozilla/B2G_OS/API/MozMobileMessageManager/send The send method is used to send an SMS message to one or more receivers.
- Mozilla/B2G_OS/API/MozMobileMessageManager/sendMMS The sendMMS method is used to send an MMS message to one or more receivers.
- Mozilla/B2G_OS/API/MozMobileMessageThread/body The body property represents the body of the last message available in the thread.
- Mozilla/B2G_OS/API/MozMobileMessageThread/id The id property represents the unique id of the thread. Each message belonging to that thread ...