
Mozilla::DOM::HTMLInputElement
Mozilla::DOM::HTMLInputElement is a wrapper around an instance of Mozilla's nsIDOMHTMLInputElement interface. This class inherits from HTMLElement.
* 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

Pass this to QueryInterface.

- $accept (string)
- $accesskey (string)
- $align (string)
- $alt (string)
- $checked (boolean)
- $defaultchecked (boolean)
- $defaultvalue (string)
- $disabled (boolean)
- $maxlength (integer (long))
- $name (string)
- $readonly (boolean)
- $size (integer (long))
- $src (string)
- $tabindex (integer (long))
- $type (string)
- $usemap (string)
- $value (string)


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.