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