initADocumentEntityEvent(typeArg, canBubbleArg, cancelableArg, object, relatedDocument, relatedNode, result)
|
|
Parameters
|
StringtypeArg
Specifies the event type.
booleancanBubbleArg
Indicates whether or not the event can bubble.
booleancancelableArg
Indicates whether or not the event's default action can be prevented.
CMSObjectobject
Identifies the CMSObject in which the declaration was found.
DocumentrelatedDocument
The Document in which the declaration was found.
NoderelatedNode
DOM Entity containing information about the entity declaration.
Stringresult
|
Returns
|
void. A valid entity name to be used a new entity declaration.
|