Results 2701 - 2720 of 3,929
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
.
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.
The MouseEvent.relatedTarget
read-only property is the secondary target for the event, if there is one. That is:
The MouseEvent.screenY
read-only property provides the vertical coordinate of the mouse pointer in global (screen) coordinates.
The MouseEvent.shiftKey
read-only property indicates if the shift key was pressed (true
) or not (false
) when the event occurred.
The MozActivity
interface allows apps to delegate an activity to another app.
The add
method is used to retrieve a list of pending alarms.
The MozContact
interface is used to describe a single contact in the device's contact database.
The additionalName
property is a list of any additional names (other than given names or family names) usable for the contact.
The anniversary
property represents the anniversary date of the contact (which can be different than its birthday date).
The bday
property represents the birthday date of the contact.
The category
property is a list of all the different categories the contact is associated with.
The email
property is a list of all the possible e-mails for the contact.
The genderIdentity
property represents the actual gender identity of the contact (which can be different than its actual sex).
The org
property is a list of all the possible organizations the contact is affiliated with.
The photo
property is a list of images for the contact.
The
MozContactChangeEvent
interface provides information about the contact that has changed. It inherits from the
Event
interface.