FUEL:EventItem
From MDC
This article covers features introduced in Firefox 3
Contents |
[edit] Method overview
void preventDefault()
|
[edit] Attributes
| Attribute | Type | Description |
type
| readonly attribute AString
| The name of the event |
data
| readonly attribute AString
| Can hold extra details and data associated with the event. This is optional and event specific. If the event does not send extra details, this is null. |
[edit] Methods
[edit] preventDefault()
Cancels the event if it is cancelable.
void preventDefault()
[edit] Parameters
[edit] Return value