The nsIDOMHTMLInputElement interface is the interface to a [X]HTML input element. More...
import "nsIDOMHTMLInputElement.idl";
Public Member Functions | |
void | blur () |
void | focus () |
void | select () |
void | click () |
Public Attributes | |
attribute DOMString | defaultValue |
attribute boolean | defaultChecked |
readonly attribute nsIDOMHTMLFormElement | form |
attribute DOMString | accept |
attribute DOMString | accessKey |
attribute DOMString | align |
attribute DOMString | alt |
attribute boolean | checked |
attribute boolean | disabled |
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 |
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/
void nsIDOMHTMLInputElement::blur | ( | ) |
void nsIDOMHTMLInputElement::click | ( | ) |
void nsIDOMHTMLInputElement::focus | ( | ) |
void nsIDOMHTMLInputElement::select | ( | ) |
attribute DOMString nsIDOMHTMLInputElement::accept |
attribute DOMString nsIDOMHTMLInputElement::accessKey |
attribute DOMString nsIDOMHTMLInputElement::align |
attribute DOMString nsIDOMHTMLInputElement::alt |
attribute boolean nsIDOMHTMLInputElement::checked |
attribute DOMString nsIDOMHTMLInputElement::defaultValue |
attribute boolean nsIDOMHTMLInputElement::disabled |
readonly attribute nsIDOMHTMLFormElement nsIDOMHTMLInputElement::form |
attribute long nsIDOMHTMLInputElement::maxLength |
attribute DOMString nsIDOMHTMLInputElement::name |
attribute boolean nsIDOMHTMLInputElement::readOnly |
attribute unsigned long nsIDOMHTMLInputElement::size |
attribute DOMString nsIDOMHTMLInputElement::src |
attribute long nsIDOMHTMLInputElement::tabIndex |
attribute DOMString nsIDOMHTMLInputElement::type |
attribute DOMString nsIDOMHTMLInputElement::useMap |
attribute DOMString nsIDOMHTMLInputElement::value |