Visit Mozilla.org

DOM:event.view

From MDC

« Gecko DOM Reference

[edit] Summary

Returns the AbstractView object from which the event was generated. In browsers, this is the window object the event happened in.

[edit] Syntax

view = event.view
  • view is a reference to an AbstractView object.

[edit] Specification

DOM Level 2 Events: UIEvent.view