|
nsgenbind
|
import <uievents.idl;
Public Member Functions | |
| void | initMutationEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Node? relatedNodeArg, DOMString prevValueArg, DOMString newValueArg, DOMString attrNameArg, unsigned short attrChangeArg) |
Public Member Functions inherited from Event | |
| void | stopPropagation () |
| void | stopImmediatePropagation () |
| void | preventDefault () |
| void | initEvent (DOMString type, boolean bubbles, boolean cancelable) |
Public Attributes | |
| const unsigned short | MODIFICATION = 1 |
| const unsigned short | ADDITION = 2 |
| const unsigned short | REMOVAL = 3 |
| readonly attribute Node | relatedNode |
| readonly attribute DOMString | prevValue |
| readonly attribute DOMString | newValue |
| readonly attribute DOMString | attrName |
| readonly attribute unsigned short | attrChange |
Public Attributes inherited from Event | |
| readonly attribute DOMString | type |
| readonly attribute EventTarget | target |
| readonly attribute EventTarget | currentTarget |
| const unsigned short | NONE = 0 |
| const unsigned short | CAPTURING_PHASE = 1 |
| const unsigned short | AT_TARGET = 2 |
| const unsigned short | BUBBLING_PHASE = 3 |
| readonly attribute unsigned short | eventPhase |
| readonly attribute boolean | bubbles |
| readonly attribute boolean | cancelable |
| readonly attribute boolean | defaultPrevented |
| readonly attribute boolean | isTrusted |
| readonly attribute DOMTimeStamp | timeStamp |
Definition at line 173 of file uievents.idl.
| void MutationEvent::initMutationEvent | ( | DOMString | typeArg, |
| boolean | bubblesArg, | ||
| boolean | cancelableArg, | ||
| Node? | relatedNodeArg, | ||
| DOMString | prevValueArg, | ||
| DOMString | newValueArg, | ||
| DOMString | attrNameArg, | ||
| unsigned short | attrChangeArg | ||
| ) |
| const unsigned short MutationEvent::ADDITION = 2 |
Definition at line 176 of file uievents.idl.
| readonly attribute unsigned short MutationEvent::attrChange |
Definition at line 182 of file uievents.idl.
| readonly attribute DOMString MutationEvent::attrName |
Definition at line 181 of file uievents.idl.
| const unsigned short MutationEvent::MODIFICATION = 1 |
Definition at line 175 of file uievents.idl.
| readonly attribute DOMString MutationEvent::newValue |
Definition at line 180 of file uievents.idl.
| readonly attribute DOMString MutationEvent::prevValue |
Definition at line 179 of file uievents.idl.
| readonly attribute Node MutationEvent::relatedNode |
Definition at line 178 of file uievents.idl.
| const unsigned short MutationEvent::REMOVAL = 3 |
Definition at line 177 of file uievents.idl.