The UiEvent
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML DOM UiEvent

❮ DOM Events ❮ Event Objects


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:

The Event Object


Related Event Objects

These event objects iherits the properties of the UiEvent:

The FocusEvent

The InputEvent

The KeyboardEvent

The MouseEvent

The TouchEvent

The WheelEvent


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>)

❮ DOM Events ❮ Event Objects