|
initCMSObjectEvent(typeArg, canBubbleArg, cancelableArg, endArg, flagsArg, resultArg, startArg)
|
|
|
Parameters
|
String typeArg
Specifies the event type.
boolean canBubbleArg
Specifies whether or not the event can bubble.
boolean cancelableArg
Specifies whether or not the event's default action can be prevented.
Node endArg
Specifies an event-dependent DOM end Node associated with the event.
int flagsArg
Provides an event-dependent bitmask of information.
CMSObject resultArg
Represents the event-dependent result of an event.
Node startArg
Specifies an event-dependent DOM start Node associated with the event.
|
|
Returns
|
void
|