initCMSSessionDisconnectEvent(typeArg, canBubbleArg, cancelableArg, currentUser )
|
|
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.
StringcurrentUser
Currently logged on user's name.
|
Returns
|
void
|