UIEvent Class Reference
from PyKDE4.khtml import *
Inherits: DOM.Event
Subclasses: DOM.KeyboardEvent, DOM.MouseEvent, DOM.TextEvent
Namespace: DOM
Detailed Description
Method Documentation
__init__ |
( |
self, |
|
|
|
UIEventImpl |
impl |
|
) |
|
|
|
Non-standard extension to support IE-style charCode event property.
Specifies some detail information about the Event, depending on the type
of event.
The initUIEvent method is used to initialize the value of a UIEvent
created through the DocumentEvent interface. This method may only be
called before the UIEvent has been dispatched via the dispatchEvent
method, though it may be called multiple times during that phase if
necessary. If called multiple times, the final invocation takes
precedence.
- Parameters:
-
| typeArg | Specifies the event type.
|
| canBubbleArg | Specifies whether or not the event can bubble.
|
| cancelableArg | Specifies whether or not the event's default action
can be prevented.
|
| viewArg | Specifies the Event's AbstractView.
|
| detailArg | Specifies the Event's detail.
|
Non-standard extension to support IE-style keyCode event property.
Non-standard extensions to support Netscape-style layerX and layerY event properties.
Non-standard extensions to support Netscape-style pageX and pageY event properties.
The view attribute identifies the AbstractView from which the event was
generated.
Non-standard extension to support Netscape-style "which" event property.