[scriptable, uuid(6852d9a6-1dd2-11b2-a29d-cd7977a91b1b)]
interface nsIDOMXULButtonElement : nsIDOMXULLabeledControlElement

Constants


          
const short CHECKSTATE_UNCHECKED = 0

          
const short CHECKSTATE_CHECKED = 1

          
const short CHECKSTATE_MIXED = 2

Attributes


          
attribute boolean autoCheck

          
attribute long checkState

          
attribute boolean checked

          
attribute DOMString dlgType

          
attribute DOMString group

          
attribute boolean open

          
attribute DOMString type