NAME
Mozilla::DOM::NSHTMLDocument
Mozilla::DOM::NSHTMLDocument is a wrapper around an instance of Mozilla's nsIDOMNSHTMLDocument interface. This class inherits from Supports.
CLASS METHODS
$iid = Mozilla::DOM::NSHTMLDocument->GetIID()
Pass this to QueryInterface.
METHODS
$alinkcolor = $nshtmldocument->GetAlinkColor()
Output:
$nshtmldocument->SetAlinkColor($alinkcolor)
Input:
$bgcolor = $nshtmldocument->GetBgColor()
Output:
$nshtmldocument->SetBgColor($bgcolor)
Input:
$compatmode = $nshtmldocument->GetCompatMode()
$domain = $nshtmldocument->GetDomain()
Output:
$nshtmldocument->SetDomain($domain)
Input:
$embeds = $nshtmldocument->GetEmbeds()
Output:
In list context, returns a list of whatever $embeds->Item($n) returns (no idea).
$fgcolor = $nshtmldocument->GetFgColor()
Output:
$nshtmldocument->SetFgColor($fgcolor)
Input:
$height = $nshtmldocument->GetHeight()
Output:
$linkcolor = $nshtmldocument->GetLinkColor()
Output:
$nshtmldocument->SetLinkColor($linkcolor)
Input:
$retval = $nshtmldocument->GetSelection()
Output:
$width = $nshtmldocument->GetWidth()
Output:
$vlinkcolor = $nshtmldocument->GetVlinkColor()
Output:
$nshtmldocument->SetVlinkColor($vlinkcolor)
Input:
$nshtmldocument->Clear()
$nshtmldocument->CaptureEvents($eventflags)
Input:
$bool = $nshtmldocument->ExecCommand($commandid, $doshowui, $value)
Input:
Output:
$bool = $nshtmldocument->ExecCommandShowHelp($commandid)
Input:
Output:
$retval = $nshtmldocument->Open()
Output:
$bool = $nshtmldocument->QueryCommandEnabled($commandid)
Input:
Output:
$bool = $nshtmldocument->QueryCommandIndeterm($commandid)
Input:
Output:
$bool = $nshtmldocument->QueryCommandState($commandid)
Input:
Output:
$bool = $nshtmldocument->QueryCommandSupported($commandid)
Input:
Output:
$retval = $nshtmldocument->QueryCommandText($commandid)
Input:
Output:
$retval = $nshtmldocument->QueryCommandValue($commandid)
Input:
Output:
$nshtmldocument->ReleaseEvents($eventflags)
Input:
$nshtmldocument->RouteEvent($evt)
Input:
$nshtmldocument->Write()
XXX: I'm not sure if this actually works
$nshtmldocument->Writeln()
XXX: I'm not sure if this actually works
Output:
$designmode = $nshtmldocument->GetDesignMode()
Output:
$nshtmldocument->SetDesignMode($designmode)
Input:
$plugins = $nshtmldocument->GetPlugins()
Output:
In list context, returns a list of whatever $plugins->Item($n) returns (no idea).
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.