| JavaScript DOM | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES |
Node | +--Element | +--HTMLElement | +--HTMLOptionElement
This class is also accessible via the Option constructor.
Fields | |
boolean | defaultSelected |
boolean | disabled |
readonly HTMLFormElement | form |
number | index |
String | label |
| onsubmit |
readonly boolean | selected |
readonly String | text |
String | value |
Fields inherited from HTMLElement |
childNodes, children, className, currentStyle, dir, document, filters, id, innerHTML, innerText, lang, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, style, title, uniqueID |
Fields inherited from Element |
tagName |
Fields inherited from Node |
attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentElement, parentNode, previousSibling |
Methods | |
void | click() [IE] Stub |
Methods inherited from HTMLElement |
addBehavior, attachEvent, detachEvent, insertAdjacentHTML, removeBehavior |
Methods inherited from Element |
getAttribute, getElementsByTagName, normalize, removeAttribute, setAttribute |
Methods inherited from Node |
appendChild, cloneNode, hasChildNodes, insertBefore, removeChild, removeNode, replaceChild |
| JavaScript DOM | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES |