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

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

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

Attributes


        
attribute DOMString accept

        
attribute DOMString accessKey

        
attribute DOMString align

        
attribute DOMString alt

        
attribute boolean checked

        
attribute boolean defaultChecked

        
attribute DOMString defaultValue

        
attribute boolean disabled

        
readonly attribute nsIDOMHTMLFormElement form

        
attribute long maxLength

        
attribute DOMString name

        
attribute boolean readOnly

        
attribute unsigned long size

        
attribute DOMString src

        
attribute long tabIndex

        
attribute DOMString type

        
attribute DOMString useMap

        
attribute DOMString value

Methods


        
void blur()

        
void click()

        
void focus()

        
void select()