WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMDataContainerEvent

IID:3600d66c-b9ac-4c22-b39a-d64cce619921
Inherits From:nsIDOMEvent

Methods

nsIVariant getData ( DOMString key ) void setData ( DOMString key , nsIVariant data )

nsIVariant getData ( DOMString key )

Return the data associated with the given key.

Arguments:
key: the key
Returns:
the data associated with the key

void setData ( DOMString key , nsIVariant data )

Set the data for the given key.

Arguments:
key: the data key
data: the data

Reference documentation is generated from Mozilla's source.