目录

HTML DOM UiEvent

❮ DOM 事件 ❮ 事件对象


UiEvent 对象

UiEvent 对象处理从用户界面触发的事件。

用户界面事件

Event Occurs When
abort The loading of a media is aborted
beforeunload A document is about to be unloaded
error An error occurs during the loading of a media file
load An object has loaded
resize The document view is resized
scroll An element's scrollbar is scrolled
select A user selects text
unload A page has unloaded (for <body>)

UiEvent 属性

Property Returns
detail The details about an event
view The Window object where the event occurred

继承的属性和方法

UiEvent 继承了以下所有属性和方法:

事件对象


相关事件对象

这些事件对象继承了 UiEvent 的属性:

焦点事件

输入事件

键盘事件

鼠标事件

触摸事件

车轮事件


❮ DOM 事件 ❮ 事件对象