Header Ads

Breaking News
recent

HTML DOM UiEvent


The UiEvent Object

Events that are triggered from the user interface belongs to the UiEvent Object.

UiEvent Properties and Methods

Property/MethodDescription
detailReturns a number with details about the event
viewReturns 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:
EventDescription
abortThe event occurs when the loading of a media is aborted
beforeunloadThe event occurs before the document is about to be unloaded
errorThe event occurs when an error occurred during the loading of a media file
loadThe event occurs when an object has loaded
resizeThe event occurs when the document view is resized
scrollThe event occurs when an element's scrollbar is being scrolled
selectThe event occurs after the user selects some text (for <input> and <textarea>)
unloadThe event occurs once a page has unloaded (for <body>)

No comments:

Powered by Blogger.