JavaScript DOM Elements Supported

JavaScript support is very basic at present. The near-term goal is full JavaScript 1.1 support. Currently, we do not plan to support browser-specific JavaScript. Please let us know via the mailing list your priorities for missing features. Inline and included scripts are supported, as are the following DOM elements:

Window

properties

events

methods

Navigator

properties

methods

Screen (1.2 feature)

properties

methods

Location

properties

methods

Document

properties

methods

HTMLElement

properties

Style

properties

Form (inherits from HTMLElement)

properties

events

methods

Image

properties

Link (inherits from HTMLElement)

properties

events

Input (inherits from HTMLElement)

properties

methods

Button (inherits from Input)

events

Text (inherits from Input)

properties

events

TextArea (inherits from Input)

properties

events

Hidden (inherits from Input)

properties

Password (inherits from Input)

properties

events

Checkbox (inherits from Input)

properties

events

Radio (inherits from Input)

properties

events

Select (inherits from Input)

properties

events

Option (inherits from Input)

constructor

You may construct an Option object and assign it to an element in the Select.options array

properties


Copyright © 2000-2008, Russell Gold
Hosted by SourceForge Logo