
Mozilla::DOM::HTMLImageElement
Mozilla::DOM::HTMLImageElement is a wrapper around an instance of Mozilla's nsIDOMHTMLImageElement interface. This class inherits from HTMLElement.
* The nsIDOMHTMLImageElement interface is the interface to a [X]HTML * img element. * * For more information on this interface please see * http://www.w3.org/TR/DOM-Level-2-HTML/ * * @status FROZEN

Pass this to QueryInterface.

- $align (string)
- $alt (string)
- $border (string)
- $height (integer (long))
- $hspace (integer (long))
- $ismap (boolean)
- $longdesc (string)
- $name (string)
- $src (string)
- $usemap (string)
- $vspace (integer (long))
- $width (integer (long))


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