Articles tagged: DOM
Found 994 documents
- Archive/B2G_OS/API/MozSmsFilter/startDate The startDate property represents the oldest message's timestamp to filter out messages.
- Archive/B2G_OS/API/MozSmsFilter/threadId The threadId property represents a thread id to filter out messages.
- Archive/B2G_OS/API/MozSmsManager Provides support for sending and managing SMS messages on a device with WebSMS.
- Archive/B2G_OS/API/MozSmsMessage The DOM MozSmsMessage object represents an SMS text message and has all the information about ...
- Archive/B2G_OS/API/MozSmsMessage/body The body property represents the content of the message.
- Archive/B2G_OS/API/MozSmsMessage/delivery The delivery property represents the current state of the message delivery from the device ...
- Archive/B2G_OS/API/MozSmsMessage/deliveryStatus The deliveryStatus property represents the current state of the message delivery from the ...
- Archive/B2G_OS/API/MozSmsMessage/id The id property represents the unique id of the message.
- Archive/B2G_OS/API/MozSmsMessage/messageClass The messageClass property provides the class of a given message. SMS Classes are defined within ...
- Archive/B2G_OS/API/MozSmsMessage/read The read property indicates if the message has been read (true) or not (false).
- Archive/B2G_OS/API/MozSmsMessage/receiver The receiver property provides the phone number of the message's receiver.
- Archive/B2G_OS/API/MozSmsMessage/sender The sender property provides the phone number of the sender of a given message.
- Archive/B2G_OS/API/MozSmsMessage/threadId The threadId property represents the id of the thread the message is part of.
- Archive/B2G_OS/API/MozSmsMessage/timestamp The timestamp property represents the timestamp of a given message.
- Archive/B2G_OS/API/MozSmsMessage/type The type property represents the type of the message. It provides a convenient way to be sure ...
- Archive/B2G_OS/API/MozSmsSegmentInfo/charsAvailableInLastSegment The charsAvailableInLastSegment property represents the total number of characters available for ...
- Archive/B2G_OS/API/MozSmsSegmentInfo/charsPerSegment The charPerSegment property represents the total number of characters allowed per segment.
- Archive/B2G_OS/API/MozSmsSegmentInfo/segments The segments property represents the total number of segments available for the provided text.
- Archive/B2G_OS/API/Navigator/mozCamera This API has not been implemented as of Firefox OS 2.2. You probably actually want ...
- Archive/B2G_OS/API/Navigator/mozCameras Returns a CameraManager object you can use to access the cameras available on the user's device.
- Archive/B2G_OS/API/Navigator/mozMobileMessage Returns a MozMobileMessageManager object you can use to receive and send MMS and SMS messages.
- Archive/B2G_OS/API/TCPSocket/binaryType The binaryType indicates the type of data expected by the send() method on this socket.
- Archive/B2G_OS/API/Telephony The Telephony interface of the Web Telephony API provides support for dialing, answering, and ...
- Archive/B2G_OS/API/Telephony/active The active read-only property of the Telephony interface returns a TelephonyCall object ...
- Archive/B2G_OS/API/Telephony/calls The calls read-only property of the Telephony interface returns a list of TelephonyCall objects ...
- Archive/B2G_OS/API/Telephony/dial The dial() method of the Telephony interface dials a phone number and returns a new ...
- Archive/B2G_OS/API/Telephony/dialEmergency The dialEmergency() method of the Telephony interface dials an emergency phone number and ...
- Archive/B2G_OS/API/Telephony/muted The muted property of the Telephony interface indicates whether or not the microphone is muted ...
- Archive/B2G_OS/API/Telephony/oncallschanged The oncallschanged property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/Telephony/onincoming The onincoming property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/Telephony/ownAudioChannel The ownAudioChannel() method of the Telephony interface designates the calling app as the owner ...
- Archive/B2G_OS/API/Telephony/ready The ready read-only property of the Telephony interface provides an asynchronous notification ...
- Archive/B2G_OS/API/Telephony/sendTones The sendTones() method of the Telephony Interface generates multiple DTMF tones, with a ...
- Archive/B2G_OS/API/Telephony/speakerEnabled The speakerEnabled property of the Telephony interface indicates whether or not the speakerphone ...
- Archive/B2G_OS/API/Telephony/startTone The startTone() method of the Telephony Interface begins generating the tone for the specified ...
- Archive/B2G_OS/API/Telephony/stopTone The startTone() method of the Telephony Interface stops transmitting the currently-playing DTMF ...
- Archive/B2G_OS/API/TelephonyCall The TelephonyCall interface of the Web Telephony API represents one telephone call, providing ...
- Archive/B2G_OS/API/TelephonyCall/answer The answer() method of the TelephonyCall interface answers an incoming call.
- Archive/B2G_OS/API/TelephonyCall/disconnectedReason The disconnectedReason read-only property of the TelephonyCall interface indicates the reason ...
- Archive/B2G_OS/API/TelephonyCall/emergency The emergency read-only property of the TelephonyCall interface indicates whether the current ...
- Archive/B2G_OS/API/TelephonyCall/error The error read-only property of the TelephonyCall interface indicates a returned error when a ...
- Archive/B2G_OS/API/TelephonyCall/group The group read-only property of the TelephonyCall interface indicates the TelephonyCallGroup ...
- Archive/B2G_OS/API/TelephonyCall/hangUp The hangUp () method of the TelephonyCall interface hangs up an ongoing call.
- Archive/B2G_OS/API/TelephonyCall/hold The hold() method of the TelephonyCall interface is used to put a call on hold.
- Archive/B2G_OS/API/TelephonyCall/id The id read-only property of the TelephonyCall interface indicates the caller id (usually the ...
- Archive/B2G_OS/API/TelephonyCall/mergeable The mergeable read-only property of the TelephonyCall interface indicates whether the current ...
- Archive/B2G_OS/API/TelephonyCall/number The number read-only property of the TelephonyCall interface indicates the telephone number ...
- Archive/B2G_OS/API/TelephonyCall/onalerting The onalerting event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onbusy A reference to a function to be called to handle the Telephony API's busy event. This event ...
- Archive/B2G_OS/API/TelephonyCall/onconnected The onconnected event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onconnecting The onconnecting event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/ondialing The ondialing event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/ondisconnected The ondisconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/ondisconnecting The ondisconnecting event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/onerror The onerror event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/ongroupchange The ongroupchange event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/onheld The onheld event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onholding The onholding event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onincoming The onincoming () property of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onresuming The onconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/onstatechange The onstatechange event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/resume The resume() method of the TelephonyCall interface is used to resume a call that was previously ...
- Archive/B2G_OS/API/TelephonyCall/secondId The secondId read-only property of the TelephonyCall interface indicates the second caller's id ...
- Archive/B2G_OS/API/TelephonyCall/secondNumber The secondNumber read-only property of the TelephonyCall interface indicates the second phone ...
- Archive/B2G_OS/API/TelephonyCall/serviceId The serviceId read-only property of the TelephonyCall interface indicates which telephony ...
- Archive/B2G_OS/API/TelephonyCall/state The state read-only property of the TelephonyCall interface returns the current state of the ...
- Archive/B2G_OS/API/TelephonyCall/switchable The switchable read-only property of the TelephonyCall interface indicates whether the current ...
- Archive/B2G_OS/API/TelephonyCallGroup/add The add() method of the TelephonyCallGroup interface adds a specific TelephonyCall object to the ...
- Archive/B2G_OS/API/TelephonyCallGroup/calls The calls read-only property of the TelephonyCallGroup interface returns an array containing all ...
- Archive/B2G_OS/API/TelephonyCallGroup/hangUp The hangUp () method of the TelephonyCallGroup interface hangs up the entire conference call, ...
- Archive/B2G_OS/API/TelephonyCallGroup/hold The hold () method of the TelephonyCallGroup interface puts the entire conference call on hold, ...
- Archive/B2G_OS/API/TelephonyCallGroup/oncallschanged The oncallschanged property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/TelephonyCallGroup/onerror The onerror property of the Telephony interface specifies an event listener to receive error ...
- Archive/B2G_OS/API/TelephonyCallGroup/onheld The onheld property of the Telephony interface specifies an event listener to receive held ...
- Archive/B2G_OS/API/TelephonyCallGroup/onholding The onholding property of the Telephony interface specifies an event listener to receive holding ...
- Archive/B2G_OS/API/TelephonyCallGroup/onresuming The onresuming property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/TelephonyCallGroup/onstatechange The onstatechange property of the Telephony interface specifies an event listener to receive ...
- Archive/B2G_OS/API/TelephonyCallGroup/remove The remove () method of the TelephonyCallGroup interface removes a specific TelephonyCall object ...
- Archive/B2G_OS/API/TelephonyCallGroup/resume The resume () method of the TelephonyCallGroup interface resumes a previously held conference call.
- Archive/B2G_OS/API/Window/onmoztimechange An event handler for the moztimechange events sent to the window.
- Archive/IdentityManager/get This function enables a web site to use BrowserID to authenticate its users. Call it in the ...
- Archive/IdentityManager/getVerifiedEmail This function enables a web site to use BrowserID to authenticate its users. Call it in the ...
- Archive/IdentityManager/logout This function is used in Persona to cause the browser to reset the automatic / persistent login ...
- Archive/IdentityManager/request This function enables a web site to use Persona to authenticate its users. It must be invoked ...
- Archive/IdentityManager/watch This function registers callbacks that respond to a Persona user logging in or out.
- Archive/JXON JXON (lossless J avaScript X ML O bject N otation) is a generic name by which is defined the ...
- Archive/Navigator-id The BrowserID protocol defines a new id property on the window.navigator object, through which ...
- Archive/Social_API/MozSocial/getAttention Performs some, possibly platform-specific, action designed to get the user's attention. This ...
- Archive/Social_API/MozSocial/isVisible Indicates whether or not the social media provider's content sidebar is currently visible.
- 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 ...
- Archive/Web_Standards/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 ...
- 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 ...
- Learn/JavaScript/Client-side_web_APIs When writing client-side JavaScript for web sites or applications, you won't go very far before ...
- Learn/JavaScript/Client-side_web_APIs/Manipulating_documents We have reached the end of our study of document and DOM manipulation. At this point you should ...
- Mozilla/Developer_guide/Adding_APIs_to_the_navigator_object Starting with Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6), you can easily add new ...