returns nothing
|
|
Argument | Type | Default |
typeArg | DOM.DOMString | |
canBubbleArg | bool | |
cancelableArg | bool | |
viewArg | DOM.AbstractView | |
dataArg | DOM.DOMString | |
|
|
initTextEvent
The initTextEvent method is used to initialize the value of a TextEvent
object and has the same behavior as UIEvent.initUIEvent().
The value of UIEvent.detail remains undefined.
Parameters:
Specifies the event type.
canBubbleArg of type boolean
Specifies whether or not the event can bubble.
cancelableArg of type boolean
Specifies whether or not the event's default action can be prevent.
viewArg of type views.AbstractView
Specifies the TextEvent's AbstractView.
dataArg of type DOMString
Specifies TextEvent.data.
|