Results 2701 - 2720 of 3,929

MouseEvent.getModifierState()

The MouseEvent.getModifierState() method returns the current state of the specified modifier key: true if the modifier is active (i.e., the modifier key is pressed or locked), otherwise, false.
API DOM DOM Events getModifierState Method MouseEvent Reference

MouseEvent.region

The MouseEvent.region read-only property returns the id of the canvas hit region affected by the event. If no hit region is affected, null is returned.
API Canvas DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.relatedTarget

The MouseEvent.relatedTarget read-only property is the secondary target for the event, if there is one. That is:
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.screenY

The MouseEvent.screenY read-only property provides the vertical coordinate of the mouse pointer in global (screen) coordinates.
API DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.shiftKey

The MouseEvent.shiftKey read-only property indicates if the shift key was pressed (true) or not (false) when the event occurred.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MozActivity

The MozActivity interface allows apps to delegate an activity to another app.
API B2G Firefox OS Non-standard Web Activities WebAPI

MozAlarmsManager.add()

The add method is used to retrieve a list of pending alarms.
alarm API B2G Firefox OS Method Non Standard WebAPI

MozContact

The MozContact interface is used to describe a single contact in the device's contact database.
API B2G Contact Firefox OS Non-standard Reference

MozContact.additionalName

The additionalName property is a list of any additional names (other than given names or family names) usable for the contact.
API B2G Contact Firefox OS Property WebAPI

MozContact.anniversary

The anniversary property represents the anniversary date of the contact (which can be different than its birthday date).
API B2G Contact Firefox OS Property Reference WebAPI

MozContact.bday

The bday property represents the birthday date of the contact.
API B2G Contact Firefox OS Property Reference WebAPI

MozContact.category

The category property is a list of all the different categories the contact is associated with.
API B2G Contact Firefox OS Property Reference WebAPI

MozContact.email

The email property is a list of all the possible e-mails for the contact.
API B2G Contact Firefox OS Property Reference WebAPI

MozContact.genderIdentity

The genderIdentity property represents the actual gender identity of the contact (which can be different than its actual sex).
API B2G Contact Firefox OS Property Reference WebAPI

MozContact.org

The org property is a list of all the possible organizations the contact is affiliated with.
API B2G Contact Firefox OS Property Reference WebAPI

MozContact.photo

The photo property is a list of images for the contact.
API B2G Contact Firefox OS Property Reference Référence WebAPI

MozContactChangeEvent

The MozContactChangeEvent interface provides information about the contact that has changed. It inherits from the Event interface.
API B2G Contact Firefox OS Non-standard Reference