|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
HTMLOptionElement |
| Module: | html |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
defaultSelected |
attribute boolean defaultSelected;
disabled |
attribute boolean disabled;
form |
readonly attribute HTMLFormElement form;
index |
readonly attribute long index;
label |
attribute DOMString label;
selected |
attribute boolean selected;
text |
attribute DOMString text setter raises(DOMException);
value |
attribute DOMString value;
Last Updated: 2009-05-29