useCapture parameter, on the capture phase of the DOM event flow or its target and bubbling phases.
@param namespaceURI Specifies the Event.namespaceURIassociated with the event for which the user is registering.
@param type Refer to the EventTarget.addEventListener()method for a description of this parameter.
@param listener Refer to theEventTarget.addEventListener() method for a description of this parameter.
@param useCapture Refer to theEventTarget.addEventListener() method for a description of this parameter.
@param evtGroup The object that represents the event group toassociate with the EventListener (see also ). Use null to attach the event listener to the default group.
@since DOM Level 3
useCapture parameter, on the capture phase of the DOM event flow or its target and bubbling phases.
@param namespaceURI Specifies the Event.namespaceURIassociated with the event for which the user is registering.
@param type Refer to the EventTarget.addEventListener()method for a description of this parameter.
@param listener Refer to theEventTarget.addEventListener() method for a description of this parameter.
@param useCapture Refer to theEventTarget.addEventListener() method for a description of this parameter.
@param evtGroup The object that represents the event group toassociate with the EventListener (see also ). Use null to attach the event listener to the default group.
@since DOM Level 3
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |