Linux Mac OSX Windows
 The nsIDOMHTMLButtonElement interface is the interface to a [X]HTML
 button element.

 For more information on this interface please see
 http://www.w3.org/TR/DOM-Level-2-HTML/

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

Attributes


        
attribute DOMString accessKey

        
attribute boolean disabled

        
readonly attribute nsIDOMHTMLFormElement form

        
attribute DOMString name

        
attribute long tabIndex

        
[noscript] readonly attribute DOMString type

        
attribute DOMString value