HTML DOM UiEvent
The UiEvent Object
Events that are triggered from the user interface belongs to the UiEvent Object.
UiEvent Properties and Methods
| Property/Method | Description |
|---|---|
| detail | Returns a number with details about the event |
| view | Returns a reference to the Window object where the event occurred |
Inherited Properties and Methods
The UiEvent inherits all the properties and methods from:
Related Event Objects
These event objects iherits the properties of the UiEvent:
Event Types
These event types belongs to the UiEvent Object:
| Event | Description |
|---|---|
| abort | When the loading of a media is aborted |
| beforeunload | When a document is about to be unloaded |
| error | When an error occurred during the loading of a media file |
| load | When an object has loaded |
| resize | When the document view is resized |
| scroll | When an element's scrollbar is scrolled |
| select | When the user selects text (from for example an <input> field) |
| unload | When a page has unloaded (for <body>) |