Availability: |
| ||||
Inherits from: | Event object | ||||
JavaScript syntax: | N | myUIEvent = new UIEvent() | |||
Object properties: | detail, view | ||||
Object methods: | initUIEvent() |
The availability of the UIEvent object handling can be determined with the Implementation.hasFeature() method call.
The available set of events is defined by HTML 4.0 and DOM level 0 with some additional events added. These event types are enumerated in the DOM level 2 specification and are:
DOMFocusIn
DOMFocusOut
DOMActivate
Property | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|
detail | 1.5 ![]() | ![]() | 6.0 ![]() | ![]() | ![]() | ![]() | ![]() | 2 ![]() | ![]() | ![]() | ReadOnly. |
view | 1.5 ![]() | ![]() | 6.0 ![]() | ![]() | ![]() | ![]() | ![]() | 2 ![]() | ![]() | ![]() | ReadOnly. |
Method | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|
initUIEvent() | 1.5 ![]() | ![]() | 6.0 ![]() | ![]() | ![]() | ![]() | ![]() | 2 ![]() | ![]() | ![]() | - |
Prev | Home | Next |
UDI | Up | UIEvent.detail |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |