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 | The event occurs when the loading of a media is aborted |
beforeunload | The event occurs before the document is about to be unloaded |
error | The event occurs when an error occurred during the loading of a media file |
load | The event occurs when an object has loaded |
resize | The event occurs when the document view is resized |
scroll | The event occurs when an element's scrollbar is being scrolled |
select | The event occurs after the user selects some text (for <input> and <textarea>) |
unload | The event occurs once a page has unloaded (for <body>) |