detail property

This topic has not yet been rated - Rate this topic

Gets additional information about an event.

Document Object Model (DOM) Level 3 Events Specification, Section 5.2.1

Syntax

JavaScript

p = object.detail

Property values

Type: Integer

Additional information about the event.

Standards information

Remarks

You can set the detail property of an event by using the initUIEvent method. The standard UIevents do not set this value.

See also

SVGZoomEvent
CompositionEvent
DragEvent
FocusEvent
KeyboardEvent
MouseEvent
TextEvent
UIEvent
WheelEvent
MSGestureEvent
Gesture flags

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.