nsIDOMHTMLInputElement
| IID: | a6cf9093-15b3-11d2-932e-00805f8add32 |
| Inherits From: | nsIDOMHTMLElement |
| Status: | FROZEN |
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/
Properties
DOMString accept
DOMString accessKey
DOMString align
DOMString alt
PRBool checked
PRBool defaultChecked
DOMString defaultValue
PRBool disabled
readonly nsIDOMHTMLFormElement form
PRInt32 maxLength
DOMString name
PRBool readOnly
PRUint32 size
DOMString src
PRInt32 tabIndex
DOMString type
DOMString useMap
DOMString value
Methods
void blur ( )
void click ( )
void focus ( )
void select ( )
References
This interface is passed as an argument to the following methods:
nsIFormFillController.markAsLoginManagerField, nsILoginManager.autoCompleteSearch
Reference documentation is generated from Mozilla's source.
