NAME
Mozilla::DOM::HTMLAppletElement
Mozilla::DOM::HTMLAppletElement is a wrapper around an instance of Mozilla's nsIDOMHTMLAppletElement interface. This class inherits from HTMLElement.
* The nsIDOMHTMLAppletElement interface is the interface to a [X]HTML
* applet element.
*
* For more information on this interface please see
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* @status FROZEN
CLASS METHODS
$iid = Mozilla::DOM::HTMLAppletElement->GetIID()
Pass this to QueryInterface.
METHODS
$align = $htmlappletelement->GetAlign()
$alt = $htmlappletelement->GetAlt()
$archive = $htmlappletelement->GetArchive()
$code = $htmlappletelement->GetCode()
$codebase = $htmlappletelement->GetCodeBase()
$height = $htmlappletelement->GetHeight()
$hspace = $htmlappletelement->GetHspace()
$name = $htmlappletelement->GetName()
$object = $htmlappletelement->GetObject()
$vspace = $htmlappletelement->GetVspace()
$width = $htmlappletelement->GetWidth()
$htmlappletelement->SetAlign($align)
$align (string)
$htmlappletelement->SetAlt($alt)
$alt (string)
$htmlappletelement->SetArchive($archive)
$archive (string)
$htmlappletelement->SetCode($code)
$code (string)
$htmlappletelement->SetCodeBase($codebase)
$codebase (string)
$htmlappletelement->SetHeight($height)
$height (string)
$htmlappletelement->SetHspace($hspace)
$hspace (integer (long))
$htmlappletelement->SetName($name)
$name (string)
$htmlappletelement->SetObject($object)
$object (string)
$htmlappletelement->SetVspace($vspace)
$vspace (integer (long))
$htmlappletelement->SetWidth($width)
$width (string)
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.