| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- initMutationEvent
void initMutationEvent(
in DOMString type,
in boolean canBubble,
in boolean cancelable,
in Node relatedNode,
in DOMString prevValue,
in DOMString newValue,
in DOMString attrName,
in unsigned short attrChange);
Member Data
- ADDITION
- attrChange
- attrName
- MODIFICATION
- newValue
- prevValue
- relatedNode
- REMOVAL
const unsigned short ADDITION = 2;
readonly attribute unsigned short attrChange;
readonly attribute DOMString attrName;
const unsigned short MODIFICATION = 1;
readonly attribute DOMString newValue;
readonly attribute DOMString prevValue;
readonly attribute Node relatedNode;
const unsigned short REMOVAL = 3;
Last Updated: 2009-05-29