The nsIDOMHTMLOptionElement interface is the interface to a [X]HTML option element. More...
import "nsIDOMHTMLOptionElement.idl";
Public Attributes | |
readonly attribute nsIDOMHTMLFormElement | form |
attribute boolean | defaultSelected |
readonly attribute DOMString | text |
readonly attribute long | index |
attribute boolean | disabled |
attribute DOMString | label |
attribute boolean | selected |
attribute DOMString | value |
The nsIDOMHTMLOptionElement interface is the interface to a [X]HTML option element.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/
attribute boolean nsIDOMHTMLOptionElement::disabled |
readonly attribute nsIDOMHTMLFormElement nsIDOMHTMLOptionElement::form |
readonly attribute long nsIDOMHTMLOptionElement::index |
attribute DOMString nsIDOMHTMLOptionElement::label |
attribute boolean nsIDOMHTMLOptionElement::selected |
readonly attribute DOMString nsIDOMHTMLOptionElement::text |
attribute DOMString nsIDOMHTMLOptionElement::value |