Linux Mac OSX Windows
 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/

 @status FROZEN
[scriptable, uuid(a6cf9092-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLOptionElement : nsIDOMHTMLElement

Attributes


        
attribute boolean defaultSelected

        
attribute boolean disabled

        
readonly attribute nsIDOMHTMLFormElement form

        
readonly attribute long index

        
attribute DOMString label

        
attribute boolean selected

        
readonly attribute DOMString text

        
attribute DOMString value